1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

fixed the Land of Storms not working correctly in dual geometry mode

This commit is contained in:
Zeno Rogue 2019-06-24 12:38:24 +02:00
parent fc32d46df2
commit 8c21e450b0

View File

@ -3218,6 +3218,11 @@ auto ccm = addHook(clearmemory, 0, [] () {
gd->store(prairie::tchoices);
gd->store(prairie::beaststogen);
gd->store(sword::angle);
gd->store(elec::haveelec);
gd->store(elec::havecharge);
gd->store(elec::lightningfast);
gd->store(elec::havethunder);
gd->store(elec::afterOrb);
}) +
addHook(hooks_removecells, 0, [] () {
eliminate_if(heat::offscreen_heat, is_cell_removed);