fixed Clearing

This commit is contained in:
Zeno Rogue 2019-06-13 16:22:35 +02:00
parent 45c39c6fd8
commit 635c02803c
1 changed files with 1 additions and 1 deletions

View File

@ -913,7 +913,7 @@ namespace clearing {
printf("pdir i/ plantdir\n");
exit(1);
}
c->stuntime = ds;
c->stuntime = ds & 15;
}
if(c->mpdist <= 7 && c->monst != moMutant)
break;