monsters and lava follow-up bit

"aways" is not a word.
This commit is contained in:
nethack.allison
2002-12-12 11:30:04 +00:00
parent ed39497b21
commit 6b121e3231

View File

@@ -382,7 +382,7 @@ register struct monst *mtmp;
if (cansee(mtmp->mx,mtmp->my))
pline("%s %s.", Monnam(mtmp),
mtmp->data == &mons[PM_WATER_ELEMENTAL] ?
"boils aways" : "burns to a crisp");
"boils away" : "burns to a crisp");
mondead(mtmp);
}
else {