]> granicus.if.org Git - nethack/commitdiff
Add alternate spelling of prot from shape changers
authorPasi Kallinen <paxed@alt.org>
Sat, 26 Dec 2015 11:12:59 +0000 (13:12 +0200)
committerPasi Kallinen <paxed@alt.org>
Sat, 26 Dec 2015 11:12:59 +0000 (13:12 +0200)
src/objnam.c

index 449be70578025ec616dc9f04107a0328349477cd..e6ca04521c7864e126edb4a1aaa4482b330555ba 100644 (file)
@@ -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 <space>, but
        " stone" will get stripped off, preventing a wishymatch; that actually
        lets "flint stone" be a match, so we also accept bogus "flintstone" */