From: Martin Read Date: Tue, 21 Jan 2014 20:28:19 +0000 (+0000) Subject: Made zombies less stupidly hard-hitting. X-Git-Tag: printmsg-purged~25 X-Git-Url: http://git.blackswordsonics.com/?a=commitdiff_plain;h=89d3364e13a9c431b5c4e9e580abc6543e611ba8;p=victrix-abyssi Made zombies less stupidly hard-hitting. --- diff --git a/permons.cc b/permons.cc index 073556a..fe8f322 100644 --- a/permons.cc +++ b/permons.cc @@ -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