summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-24 16:31:46 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-24 16:31:46 +0000
commit0b98eac7172e8d1dca5efcd7da828bbd45422880 (patch)
tree0f3ef440f7e65c9cc68a4c5b4943c67f24e030a3 /crawl-ref
parentb67d804488654d1a6a25284b06c53b8be6974e41 (diff)
downloadcrawl-ref-0b98eac7172e8d1dca5efcd7da828bbd45422880.tar.gz
crawl-ref-0b98eac7172e8d1dca5efcd7da828bbd45422880.zip
Since oklob plants are no longer confusable, remove the check for their
being confused when trying to spit acid. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5213 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/monstuff.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index e6d8b9e83b..7ceaf8b3ff 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -3091,7 +3091,6 @@ static bool _handle_special_ability(monsters *monster, bolt & beem)
break;
case MONS_ACID_BLOB:
- case MONS_OKLOB_PLANT:
case MONS_YELLOW_DRACONIAN:
if (monster->has_ench(ENCH_CONFUSION))
break;