Made zombies less stupidly hard-hitting.
authorMartin Read <martin@blackswordsonics.com>
Tue, 21 Jan 2014 20:28:19 +0000 (20:28 +0000)
committerMartin Read <martin@blackswordsonics.com>
Tue, 21 Jan 2014 20:28:19 +0000 (20:28 +0000)
permons.cc

index 073556a..fe8f322 100644 (file)
@@ -87,7 +87,7 @@ struct permon permons[NUM_OF_PERMONS] = {
         "archmage", "archmagi", 'w', Gcol_l_blue, 80, 24, 80, 15, 30, 15, 15, DT_ELEC, "casts", 15, 1500, 1, PMF_SMART | PMF_MAGICIAN | PMF_RESIST_ELEC
     },
     {
-        "zombie", "zombies", 'z', Gcol_l_grey, 25, 3, 30, 2, NO_ATK, 20, NO_ATK, DT_PHYS, "", 1, 7, 0, PMF_STUPID | PMF_UNDEAD | PMF_RESIST_COLD | PMF_RESIST_POIS | PMF_RESIST_NECR
+        "zombie", "zombies", 'z', Gcol_l_grey, 25, 3, 30, 2, NO_ATK, 10, NO_ATK, DT_PHYS, "", 1, 7, 0, PMF_STUPID | PMF_UNDEAD | PMF_RESIST_COLD | PMF_RESIST_POIS | PMF_RESIST_NECR
     },
     {
         "wraith", "wraiths", 'W', Gcol_white, 25, 12, 40, 25, NO_ATK, 5, NO_ATK, DT_PHYS, "", 5, 100, 0, PMF_SMART | PMF_UNDEAD | PMF_RESIST_COLD | PMF_RESIST_POIS | PMF_RESIST_NECR