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

View File

@@ -1032,6 +1032,7 @@ static const short grownups[][2] = {
{ PM_VAMPIRE, PM_VAMPIRE_LEADER },
{ PM_BAT, PM_GIANT_BAT },
{ PM_BABY_GRAY_DRAGON, PM_GRAY_DRAGON },
{ PM_BABY_GOLD_DRAGON, PM_GOLD_DRAGON },
{ PM_BABY_SILVER_DRAGON, PM_SILVER_DRAGON },
#if 0 /* DEFERRED */
{PM_BABY_SHIMMERING_DRAGON, PM_SHIMMERING_DRAGON},