diff --git a/monstergen.cpp b/monstergen.cpp index 6592106a..5baa35bb 100644 --- a/monstergen.cpp +++ b/monstergen.cpp @@ -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();