mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
dpgen:: no timer ghosts
This commit is contained in:
parent
e07f5fed0c
commit
771fc5617f
@ -321,6 +321,7 @@ EX void wandering() {
|
||||
if(!canmove) return;
|
||||
if(!gen_wandering) return;
|
||||
if(racing::on) return;
|
||||
if(dpgen::in) return;
|
||||
pathdata pd(moYeti);
|
||||
int seepcount = getSeepcount();
|
||||
int ghostcount = getGhostcount();
|
||||
|
Loading…
Reference in New Issue
Block a user