diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 8f2eea45a..0aa3fba88 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1321,6 +1321,7 @@ save and restore hero tracks, increase track length change vrock and hezrou from red to green, adjust vrock tile to have green change wolf and werewolf to grey, warg to black change [master] mind flayer, the Wizard, and the riders to bright magenta +change Nalzok and Minion of Huhetotl to bright red walking into a shopkeeper tries to pay the bill show billed items in a menu when paying with non-traditional menustyle prioritize paying shopkeeper next to you even if multiple are detected diff --git a/include/monsters.h b/include/monsters.h index ec40642ee..3c7a8a0fd 100644 --- a/include/monsters.h +++ b/include/monsters.h @@ -3612,7 +3612,7 @@ M2_NOPOLY | M2_DEMON | M2_STALK | M2_HOSTILE | M2_STRONG | M2_NASTY | M2_COLLECT, M3_WANTSARTI | M3_WAITFORU | M3_INFRAVISION | M3_INFRAVISIBLE, - 23, CLR_RED, MINION_OF_HUHETOTL), + 23, CLR_ORANGE, MINION_OF_HUHETOTL), MON(NAM("Thoth Amon"), S_HUMAN, LVL(16, 12, 0, 10, -14), (G_NOGEN | G_UNIQ | G_NOCORPSE), A(ATTK(AT_WEAP, AD_PHYS, 1, 6), ATTK(AT_MAGC, AD_SPEL, 0, 0), @@ -3698,7 +3698,7 @@ M2_NOPOLY | M2_DEMON | M2_MALE | M2_PNAME | M2_HOSTILE | M2_STRONG | M2_STALK | M2_NASTY | M2_COLLECT, M3_WANTSARTI | M3_WAITFORU | M3_INFRAVISION | M3_INFRAVISIBLE, - 23, CLR_RED, NALZOK), + 23, CLR_ORANGE, NALZOK), MON(NAM("Scorpius"), S_SPIDER, LVL(15, 12, 10, 0, -15), (G_NOGEN | G_UNIQ), A(ATTK(AT_CLAW, AD_PHYS, 2, 6), ATTK(AT_CLAW, AD_SAMU, 2, 6),