Alias "kirin" for "ki-rin"
This commit is contained in:
@@ -82,6 +82,7 @@ lock the castle chest
|
|||||||
revamp amnesia to forget skills instead of objects or maps
|
revamp amnesia to forget skills instead of objects or maps
|
||||||
when Punished and carrying the iron ball and levitating, hurtling in the
|
when Punished and carrying the iron ball and levitating, hurtling in the
|
||||||
opposite direction of a thrown object didn't bring along the chain
|
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
|
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
|
||||||
|
|||||||
@@ -757,6 +757,7 @@ const char *in_str;
|
|||||||
/* Hyphenated names -- it would be nice to handle these via
|
/* Hyphenated names -- it would be nice to handle these via
|
||||||
fuzzymatch() but it isn't able to ignore trailing stuff */
|
fuzzymatch() but it isn't able to ignore trailing stuff */
|
||||||
{ "ki rin", PM_KI_RIN },
|
{ "ki rin", PM_KI_RIN },
|
||||||
|
{ "kirin", PM_KI_RIN },
|
||||||
{ "uruk hai", PM_URUK_HAI },
|
{ "uruk hai", PM_URUK_HAI },
|
||||||
{ "orc captain", PM_ORC_CAPTAIN },
|
{ "orc captain", PM_ORC_CAPTAIN },
|
||||||
{ "woodland elf", PM_WOODLAND_ELF },
|
{ "woodland elf", PM_WOODLAND_ELF },
|
||||||
|
|||||||
Reference in New Issue
Block a user