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:
11
src/were.c
11
src/were.c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user