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:
parent
a9d03d2653
commit
a6c7fc8f74
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue