summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/mon-data.h2
-rw-r--r--crawl-ref/source/spells4.cc1
2 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index dda352b661..2fa98a01a4 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -1791,7 +1791,7 @@
{ {AT_BITE, AF_PLAIN, 18}, {AT_CLAW, AF_PLAIN, 9}, {AT_CLAW, AF_PLAIN, 9},
AT_NO_ATK },
{ 9, 5, 5, 0 },
- 7, 7, MST_SWAMP_DRAGON, CE_CONTAMINATED, Z_BIG, S_ROAR, I_ANIMAL,
+ 7, 7, MST_SWAMP_DRAGON, CE_POISONOUS, Z_BIG, S_ROAR, I_ANIMAL,
HT_LAND, 10, DEFAULT_ENERGY, MONUSE_OPEN_DOORS, SIZE_GIANT,
},
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 8f978e68c5..0dcc8cf863 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -896,6 +896,7 @@ static int ignite_poison_monsters(int x, int y, int pow, int garbage)
|| mon->type == MONS_SMALL_SNAKE
|| mon->type == MONS_SNAKE
|| mon->type == MONS_JELLYFISH
+ || mon->type == MONS_SWAMP_DRAKE
|| mons_is_mimic( mon->type ))
{
dam_dice.num = 3;