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:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user