mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-20 17:53:20 +00:00
Orb of Choice now works with Orb of Safety
This commit is contained in:
parent
8aaf06969c
commit
8b6effba1b
4
game.cpp
4
game.cpp
@ -266,6 +266,10 @@ EX void activateSafety(eLand l) {
|
||||
save_turns = turncount;
|
||||
}
|
||||
#endif
|
||||
if(items[itOrbChoice]) {
|
||||
items[itOrbChoice] = 0;
|
||||
cwt.at->item = itOrbSafety;
|
||||
}
|
||||
}
|
||||
|
||||
EX void placeGolem(cell *on, cell *moveto, eMonster m) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user