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:
@@ -208,7 +208,7 @@ register struct obj *sobj;
|
|||||||
if (sobj) {
|
if (sobj) {
|
||||||
if (youmonst.data == &mons[PM_GOLD_GOLEM])
|
if (youmonst.data == &mons[PM_GOLD_GOLEM])
|
||||||
You_feel("like a million %s!", currency(2L));
|
You_feel("like a million %s!", currency(2L));
|
||||||
else if (sobj && hidden_gold() ||
|
else if (hidden_gold() ||
|
||||||
#ifndef GOLDOBJ
|
#ifndef GOLDOBJ
|
||||||
u.ugold)
|
u.ugold)
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user