]> granicus.if.org Git - nethack/commitdiff
Alias "kirin" for "ki-rin"
authorPasi Kallinen <paxed@alt.org>
Tue, 17 Mar 2020 17:06:32 +0000 (19:06 +0200)
committerPasi Kallinen <paxed@alt.org>
Tue, 17 Mar 2020 17:06:32 +0000 (19:06 +0200)
doc/fixes37.0
src/mondata.c

index 46d09741eeb5cd217bbc87d8a1b8d4bee6a1a73e..cb564f0d59eb7183cae803a9ad82d3e04eadca35 100644 (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
index 4ee2a6ffe0aebd70315b73c4d42660bfb849386a..9672159ee485dfe5c87c6a251af0a9c12683fb6c 100644 (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 },