]> granicus.if.org Git - nethack/commitdiff
monster name references in .lua files
authornhmall <nhmall@nethack.org>
Thu, 31 Dec 2020 00:18:25 +0000 (19:18 -0500)
committernhmall <nhmall@nethack.org>
Thu, 31 Dec 2020 00:18:25 +0000 (19:18 -0500)
Closes #434

dat/Tou-goal.lua
doc/fixes37.0

index 2fc3de33c0a369e7e4ed7b76857d1ff9a929d031..90fc53f4895546c7aceb797936224bea8c276ecd 100644 (file)
@@ -135,12 +135,12 @@ des.monster("giant spider")
 des.monster("s")
 des.monster("s")
 -- ladies of the evening
-des.monster("succubus", 02, 08)
-des.monster("succubus", 08, 08)
-des.monster("incubus", 02, 14)
-des.monster("incubus", 08, 14)
-des.monster("incubus", 02, 17)
-des.monster("incubus", 08, 17)
+des.monster("amorous demon", 02, 08)
+des.monster("amorous demon", 08, 08)
+des.monster("amorous demon", 02, 14)
+des.monster("amorous demon", 08, 14)
+des.monster("amorous demon", 02, 17)
+des.monster("amorous demon", 08, 17)
 -- Police station (with drunken prisoners)
 des.monster({ id = "Kop Kaptain", x=24, y=09, peaceful = 0 })
 des.monster({ id = "Kop Lieutenant", x=20, y=09, peaceful = 0 })
index 1e7d25d566e9af0ffcef7a1749a4632d0b587fa3..561b01e47cd8a4552bbe5c3250ad2e7525b88c8d 100644 (file)
@@ -468,6 +468,7 @@ arbitrate when there is a conflict between gender term (male or female) and
 wizard mode sanity check complained about Wizard's clone mimicking a monster
 new ^G gender-naming handling code required a guard against null permonst
        pointer which could occur under some circumstances
+replace some monster names in .lua files with their new equivalents
 
 curses: 'msg_window' option wasn't functional for curses unless the binary
        also included tty support