From 6b121e3231cbda51313d069dbf27150bc04249e8 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Thu, 12 Dec 2002 11:30:04 +0000 Subject: [PATCH] monsters and lava follow-up bit "aways" is not a word. --- src/mon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon.c b/src/mon.c index 5658345cb..831225dc5 100644 --- a/src/mon.c +++ b/src/mon.c @@ -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 { -- 2.40.0