Add alternate spelling of prot from shape changers

This commit is contained in:
Pasi Kallinen
2015-12-26 13:12:59 +02:00
parent e429415832
commit 3c9b0f25b6

View 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" */