summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-25 04:47:02 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-25 04:47:02 +0000
commitbe875338f295eb1a2c97e33e6444907f3b492e7d (patch)
tree21ab2e2d3d7e555c924d490e88c6a5ed1521ce82 /crawl-ref/source
parente3e52a2f0833e09c63b5a3265d96c6d892dacd30 (diff)
downloadcrawl-ref-be875338f295eb1a2c97e33e6444907f3b492e7d.tar.gz
crawl-ref-be875338f295eb1a2c97e33e6444907f3b492e7d.zip
Fixed 1642855: plants weren't poison resistant.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@881 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/mon-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index dca4c2ed4f..807a008267 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -627,7 +627,7 @@
{
MONS_PLANT, 'P', GREEN, "plant",
M_NO_EXP_GAIN,
- MR_NO_FLAGS,
+ MR_RES_POISON,
0, 10, MONS_PLANT, MONS_PLANT, MH_PLANT, MAG_IMMUNE,
{ 0, 0, 0, 0 },
{ 10, 3, 5, 0 },