1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-25 13:24:03 +00:00

Orb of Choice now works with Orb of Safety

This commit is contained in:
Zeno Rogue
2022-10-06 12:32:06 +02:00
parent 8aaf06969c
commit 8b6effba1b

View File

@@ -266,6 +266,10 @@ EX void activateSafety(eLand l) {
save_turns = turncount; save_turns = turncount;
} }
#endif #endif
if(items[itOrbChoice]) {
items[itOrbChoice] = 0;
cwt.at->item = itOrbSafety;
}
} }
EX void placeGolem(cell *on, cell *moveto, eMonster m) { EX void placeGolem(cell *on, cell *moveto, eMonster m) {