mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-08 21:36:00 +00:00
fixed Clearing
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user