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:
4
game.cpp
4
game.cpp
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user