From: nethack.allison Date: Mon, 4 Mar 2002 04:44:18 +0000 (+0000) Subject: Prevent fake amulet from being contained too X-Git-Tag: MOVE2GIT~3068 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92684f0b7c2fe22cf414ede5472d70976e827fda;p=nethack 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. --- 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