From e565276030ef37b56406cc41385c949b3f2c08bd Mon Sep 17 00:00:00 2001 From: cohrs Date: Sun, 10 Feb 2002 18:58:12 +0000 Subject: [PATCH] takes your corpse use corpse_xname to generate corpse names as a result of yname() and also as used in the steal code. Now messages read "your XXX corpse". --- src/detect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect.c b/src/detect.c index e9944adbb..31f1bc8b4 100644 --- a/src/detect.c +++ b/src/detect.c @@ -208,7 +208,7 @@ register struct obj *sobj; if (sobj) { if (youmonst.data == &mons[PM_GOLD_GOLEM]) You_feel("like a million %s!", currency(2L)); - else if (sobj && hidden_gold() || + else if (hidden_gold() || #ifndef GOLDOBJ u.ugold) #else