From: cohrs Date: Wed, 21 Aug 2002 05:14:10 +0000 (+0000) Subject: B08019 - growup followup X-Git-Tag: MOVE2GIT~2488 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1ea4460ceab00e218e64a39b6573f90e11c4db1;p=nethack B08019 - growup followup growup entries for all the orc types as suggested, since generic orcs almost never occur. --- diff --git a/src/mondata.c b/src/mondata.c index ca4937632..f9b2a5e29 100644 --- a/src/mondata.c +++ b/src/mondata.c @@ -528,7 +528,8 @@ static const short grownups[][2] = { {PM_GNOME, PM_GNOME_LORD}, {PM_GNOME_LORD, PM_GNOME_KING}, {PM_DWARF, PM_DWARF_LORD}, {PM_DWARF_LORD, PM_DWARF_KING}, {PM_MIND_FLAYER, PM_MASTER_MIND_FLAYER}, - {PM_ORC, PM_ORC_CAPTAIN}, + {PM_ORC, PM_ORC_CAPTAIN}, {PM_HILL_ORC, PM_ORC_CAPTAIN}, + {PM_MORDOR_ORC, PM_ORC_CAPTAIN}, {PM_URUK_HAI, PM_ORC_CAPTAIN}, {PM_SEWER_RAT, PM_GIANT_RAT}, {PM_CAVE_SPIDER, PM_GIANT_SPIDER}, {PM_OGRE, PM_OGRE_LORD}, {PM_OGRE_LORD, PM_OGRE_KING},