From: nethack.allison Date: Tue, 21 Jan 2003 12:38:25 +0000 (+0000) Subject: prevent "Your corpse passes harmlessly through the shade." X-Git-Tag: MOVE2GIT~2226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa8b046d862f95d2995d47b3d8c4c6f8457dae9c;p=nethack prevent "Your corpse passes harmlessly through the shade." --- diff --git a/src/uhitm.c b/src/uhitm.c index 6f43a0504..442233c8b 100644 --- a/src/uhitm.c +++ b/src/uhitm.c @@ -680,7 +680,7 @@ int thrown; } else { if (!shade_aware(obj)) { tmp = 0; - Strcpy(unconventional, xname(obj)); + Strcpy(unconventional, cxname(obj)); } else { switch(obj->otyp) { case BOULDER: /* 1d20 */