mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-19 18:44:05 +00:00
dpgen:: no timer ghosts
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user