mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +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(!canmove) return;
|
||||||
if(!gen_wandering) return;
|
if(!gen_wandering) return;
|
||||||
if(racing::on) return;
|
if(racing::on) return;
|
||||||
|
if(dpgen::in) return;
|
||||||
pathdata pd(moYeti);
|
pathdata pd(moYeti);
|
||||||
int seepcount = getSeepcount();
|
int seepcount = getSeepcount();
|
||||||
int ghostcount = getGhostcount();
|
int ghostcount = getGhostcount();
|
||||||
|
Loading…
Reference in New Issue
Block a user