Alias "kirin" for "ki-rin"

This commit is contained in:
Pasi Kallinen
2020-03-17 19:06:32 +02:00
parent a57894cedb
commit 750d2fe560
2 changed files with 2 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ lock the castle chest
revamp amnesia to forget skills instead of objects or maps
when Punished and carrying the iron ball and levitating, hurtling in the
opposite direction of a thrown object didn't bring along the chain
recognize "kirin" as alias for "ki-rin" when asked to create a monster
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository

View File

@@ -757,6 +757,7 @@ const char *in_str;
/* Hyphenated names -- it would be nice to handle these via
fuzzymatch() but it isn't able to ignore trailing stuff */
{ "ki rin", PM_KI_RIN },
{ "kirin", PM_KI_RIN },
{ "uruk hai", PM_URUK_HAI },
{ "orc captain", PM_ORC_CAPTAIN },
{ "woodland elf", PM_WOODLAND_ELF },