1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-28 08:22:24 +01:00

Hellish seal minibosses start with their special abilities off cooldown.

This commit is contained in:
ChrisANG 2021-04-29 21:33:07 -04:00
parent a9d03d2653
commit a6c7fc8f74

View file

@ -1679,6 +1679,7 @@ int x, y;
if(dungeon_topology.eprecursor_typ == PRE_POLYP && rn2(2))
mon->ispolyp = TRUE;
}
mon->mspec_used = 0;
mofflin(mon);
if(canseemon(mon)){
pline("%s appears from the magenta fog!", Monnam(mon));