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
1 changed files with 4 additions and 0 deletions

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) {