more urgent_pline()'s

countdown messages for turning to stone or slime or being strangled
drowning
burning in lava
feeling feverish
changing form
This commit is contained in:
PatR
2021-12-22 18:29:01 -08:00
parent 69906f0edb
commit 75fe21d00f
5 changed files with 34 additions and 29 deletions

View File

@@ -91,7 +91,7 @@ were_beastie(int pm)
void
new_were(struct monst *mon)
{
register int pm;
int pm;
pm = counter_were(monsndx(mon->data));
if (pm < LOW_PM) {
@@ -121,10 +121,11 @@ new_were(struct monst *mon)
/* were-creature (even you) summons a horde */
int
were_summon(struct permonst *ptr,
boolean yours,
int *visible, /* number of visible helpers created */
char *genbuf)
were_summon(
struct permonst *ptr,
boolean yours,
int *visible, /* number of visible helpers created */
char *genbuf)
{
int i, typ, pm = monsndx(ptr);
struct monst *mtmp;