From: Pasi Kallinen Date: Sat, 26 Dec 2015 11:12:59 +0000 (+0200) Subject: Add alternate spelling of prot from shape changers X-Git-Tag: NetHack-3.6.1_RC01~1110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c9b0f25b6d209b0be2d6cfaf62a0d29551d2343;p=nethack Add alternate spelling of prot from shape changers --- diff --git a/src/objnam.c b/src/objnam.c index 449be7057..e6ca04521 100644 --- a/src/objnam.c +++ b/src/objnam.c @@ -2386,6 +2386,7 @@ struct alt_spellings { { "grappling iron", GRAPPLING_HOOK }, { "grapnel", GRAPPLING_HOOK }, { "grapple", GRAPPLING_HOOK }, + { "protection from shape shifters", RIN_PROTECTION_FROM_SHAPE_CHAN }, /* normally we wouldn't have to worry about unnecessary , but " stone" will get stripped off, preventing a wishymatch; that actually lets "flint stone" be a match, so we also accept bogus "flintstone" */