mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 15:36:59 +00:00
fixed the Land of Storms not working correctly in dual geometry mode
This commit is contained in:
parent
fc32d46df2
commit
8c21e450b0
@ -3218,6 +3218,11 @@ auto ccm = addHook(clearmemory, 0, [] () {
|
|||||||
gd->store(prairie::tchoices);
|
gd->store(prairie::tchoices);
|
||||||
gd->store(prairie::beaststogen);
|
gd->store(prairie::beaststogen);
|
||||||
gd->store(sword::angle);
|
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, [] () {
|
addHook(hooks_removecells, 0, [] () {
|
||||||
eliminate_if(heat::offscreen_heat, is_cell_removed);
|
eliminate_if(heat::offscreen_heat, is_cell_removed);
|
||||||
|
Loading…
Reference in New Issue
Block a user