From: Martin Read Date: Tue, 24 Sep 2013 19:39:32 +0000 (+0100) Subject: Fixed moondrake breath X-Git-Tag: printmsg-purged~71 X-Git-Url: http://git.blackswordsonics.com/?a=commitdiff_plain;h=ccb6fb487b5d3d83884cb7c13acddff4bb813321;p=victrix-abyssi Fixed moondrake breath --- diff --git a/permons.c b/permons.c index d98ff6d..c6df017 100644 --- a/permons.c +++ b/permons.c @@ -153,8 +153,8 @@ struct permon permons[NUM_OF_PERMONS] = { }, [PM_MOONDRAKE] = { - /* Breathes eldritchness. */ - "moondrake", "moondrakes", 'D', DBCLR_L_CYAN, 50, 15, 80, 20, 20, 20, 20, DT_FIRE, "breathes", 24, 500, 1, PMF_RESIST_FIRE | PMF_RESIST_COLD | PMF_RESIST_NECR | PMF_ARCHER + /* Breathes eldritchness represented as cold. I should work on that. */ + "moondrake", "moondrakes", 'D', DBCLR_L_CYAN, 50, 15, 80, 20, 20, 20, 20, DT_COLD, "breathes", 24, 500, 1, PMF_RESIST_FIRE | PMF_RESIST_COLD | PMF_RESIST_NECR | PMF_ARCHER }, };