Change Nalzok and Minion of Huhetotl to bright red

Disambiguate them from all the other red major demons.
The tiles are already bright red.
This commit is contained in:
Pasi Kallinen
2024-04-11 19:20:50 +03:00
parent 7da370d74a
commit f15035868c
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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),