From bd26d2edbe1d343cdfdb7eed81a2e7fa2601d438 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 23 Sep 2019 14:19:15 -0400 Subject: [PATCH] correct spelling mistake on stupefied As reported in github issue 224 Fixes #224 --- src/uhitm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uhitm.c b/src/uhitm.c index 371b3fd99..29120a78a 100644 --- a/src/uhitm.c +++ b/src/uhitm.c @@ -2860,7 +2860,7 @@ boolean wep_was_destroyed; reaction rather than the hero's escape] */ pline("%s looks %s%s.", Monnam(mon), !rn2(2) ? "" : "rather ", - !rn2(2) ? "numb" : "stupified"); + !rn2(2) ? "numb" : "stupefied"); } else if (Free_action) { You("momentarily stiffen under %s gaze!", s_suffix(mon_nam(mon))); -- 2.40.0