From ccb6fb487b5d3d83884cb7c13acddff4bb813321 Mon Sep 17 00:00:00 2001 From: Martin Read Date: Tue, 24 Sep 2013 20:39:32 +0100 Subject: [PATCH] Fixed moondrake breath --- permons.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }, }; -- 2.11.0