racing:: more arrangements

This commit is contained in:
Zeno Rogue
2019-04-29 17:19:05 +02:00
parent 410c05554c
commit bf23d42e4c
4 changed files with 58 additions and 12 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ eItem wanderingTreasure(cell *c) {
void wandering() {
if(!canmove) return;
if(!gen_wandering) return;
if(racing::on) return;
pathdata pd(moYeti);
int seepcount = getSeepcount();
int ghostcount = getGhostcount();