summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-05 04:15:46 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-05 04:15:46 +0000
commit784d76062d7f080e5600f43b12fc41f9d1687165 (patch)
tree0ae11e6a79833d593f6aff014da93808dc47b9d3 /crawl-ref
parentf09b1e3104cf6369ef2ec458cfe3de2dc612165b (diff)
downloadcrawl-ref-784d76062d7f080e5600f43b12fc41f9d1687165.tar.gz
crawl-ref-784d76062d7f080e5600f43b12fc41f9d1687165.zip
Allow Recite to work on monsters caught in nets again, as being in a net
doesn't correspond to a Recite effect as paralysis does (oops). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3401 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/delay.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index f8dae298e5..5eb3b5f504 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -63,7 +63,6 @@ static bool recite_mons_useless(const monsters *mon)
|| mons_neutral(mon)
|| mons_is_confused(mon)
|| mons_is_paralysed(mon)
- || mons_is_caught(mon)
|| mon->has_ench(ENCH_BERSERK));
}