fix github issue #562 - baby gold dragon

wouldn't grow up into gold dragon because the pairing was omitted
from the little-to-big list.

Fixes #562
This commit is contained in:
PatR
2021-08-03 15:00:03 -07:00
parent e5f96cd329
commit 1e7155df0c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -769,6 +769,7 @@ using bhitpos in flooreffects to handle erosion damage broke its original use
zap hit spot, resulting in scrambled wand targetting zap hit spot, resulting in scrambled wand targetting
restore previous behavior of the 'altmeta' option (only wait for a second restore previous behavior of the 'altmeta' option (only wait for a second
character when getting a command keystroke, not other key input) character when getting a command keystroke, not other key input)
baby gold dragons weren't able to grow into adult gold dragons
curses: 'msg_window' option wasn't functional for curses unless the binary curses: 'msg_window' option wasn't functional for curses unless the binary
also included tty support also included tty support
+1
View File
@@ -1032,6 +1032,7 @@ static const short grownups[][2] = {
{ PM_VAMPIRE, PM_VAMPIRE_LEADER }, { PM_VAMPIRE, PM_VAMPIRE_LEADER },
{ PM_BAT, PM_GIANT_BAT }, { PM_BAT, PM_GIANT_BAT },
{ PM_BABY_GRAY_DRAGON, PM_GRAY_DRAGON }, { PM_BABY_GRAY_DRAGON, PM_GRAY_DRAGON },
{ PM_BABY_GOLD_DRAGON, PM_GOLD_DRAGON },
{ PM_BABY_SILVER_DRAGON, PM_SILVER_DRAGON }, { PM_BABY_SILVER_DRAGON, PM_SILVER_DRAGON },
#if 0 /* DEFERRED */ #if 0 /* DEFERRED */
{PM_BABY_SHIMMERING_DRAGON, PM_SHIMMERING_DRAGON}, {PM_BABY_SHIMMERING_DRAGON, PM_SHIMMERING_DRAGON},