mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
fixed Clearing
This commit is contained in:
parent
45c39c6fd8
commit
635c02803c
@ -913,7 +913,7 @@ namespace clearing {
|
|||||||
printf("pdir i/ plantdir\n");
|
printf("pdir i/ plantdir\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
c->stuntime = ds;
|
c->stuntime = ds & 15;
|
||||||
}
|
}
|
||||||
if(c->mpdist <= 7 && c->monst != moMutant)
|
if(c->mpdist <= 7 && c->monst != moMutant)
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user