From 8d3cc7bc34ad7bd89ec48fc62160f561b64def48 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 8 Oct 2016 14:11:20 +0300 Subject: [PATCH] Typofix --- src/eat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eat.c b/src/eat.c index 0caec93dd..34277af03 100644 --- a/src/eat.c +++ b/src/eat.c @@ -1628,7 +1628,7 @@ struct obj *otmp; pline("Ecch - that must have been poisonous!"); if (!Poison_resistance) { losestr(rnd(4)); - losehp(rnd(15), !glob ? "poisonous corpse" : "posionous glob", + losehp(rnd(15), !glob ? "poisonous corpse" : "poisonous glob", KILLED_BY_AN); } else You("seem unaffected by the poison."); -- 2.40.0