Fixed moondrake breath
authorMartin Read <martin@blackswordsonics.com>
Tue, 24 Sep 2013 19:39:32 +0000 (20:39 +0100)
committerMartin Read <martin@blackswordsonics.com>
Tue, 24 Sep 2013 19:39:32 +0000 (20:39 +0100)
permons.c

index d98ff6d..c6df017 100644 (file)
--- 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
     },
 };