mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
Orb of Safety prevents wandering monsters (for 7 turns)
This commit is contained in:
parent
ba9d72365c
commit
4c20f29989
@ -328,6 +328,7 @@ EX void wandering() {
|
||||
if(!gen_wandering) return;
|
||||
if(racing::on) return;
|
||||
if(dpgen::in) return;
|
||||
if(items[itOrbSafety]) return;
|
||||
pathdata pd(moYeti);
|
||||
int seepcount = getSeepcount();
|
||||
int ghostcount = getGhostcount();
|
||||
|
Loading…
Reference in New Issue
Block a user