]> granicus.if.org Git - nethack/commitdiff
B08019 - growup followup
authorcohrs <cohrs>
Wed, 21 Aug 2002 05:14:10 +0000 (05:14 +0000)
committercohrs <cohrs>
Wed, 21 Aug 2002 05:14:10 +0000 (05:14 +0000)
growup entries for all the orc types as <Someone> suggested, since generic orcs
almost never occur.

src/mondata.c

index ca4937632fab95b976493d16e3e9e105ad9fd064..f9b2a5e29255c55dd4c4dfceefa0111091d4b4e5 100644 (file)
@@ -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},