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".
This commit is contained in:
cohrs
2002-02-10 18:58:12 +00:00
parent 325c1e38d6
commit e565276030

View File

@@ -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