prevent "Your corpse passes harmlessly through the shade."

This commit is contained in:
nethack.allison
2003-01-21 12:38:25 +00:00
parent fd5339768c
commit aa8b046d86

View File

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