From 92684f0b7c2fe22cf414ede5472d70976e827fda Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Mon, 4 Mar 2002 04:44:18 +0000 Subject: [PATCH] Prevent fake amulet from being contained too Most NetHack players have picked up on the fact that you can easily distinguish between a fake amulet and the real thing simply by trying to put it into a container. That's too easy. The message was adjusted too, to make it seem less like the objects have their own special will to resist, something that a hunk of plastic is unlikely to have. --- doc/fixes34.0 | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/fixes34.0 b/doc/fixes34.0 index 6fb56782d..e856dddc3 100644 --- a/doc/fixes34.0 +++ b/doc/fixes34.0 @@ -569,6 +569,7 @@ USER_SOUNDS compilation option to enable use of SOUND and SOUNDDIR variables resistance does not protect inventory from artifacts (cold vs Frost Brand,&c) phrase the prompts for P and R commands using "put on" and "remove" as the actions rather than repeating W and T commands' "wear" and "take off" +fake amulet cannot be placed in containers either Platform- and/or Interface-Specific New Features