summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.cc
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-03-19 21:40:33 -0230
committerDracoOmega <draco_omega@live.com>2014-03-20 02:27:30 -0230
commitb2ae9cb582a580f5ddb699ab0c45285b7f0cdebe (patch)
tree08a3a8ac14dda3e325a3af96c376f33a8c72f037 /crawl-ref/source/mon-cast.cc
parentb225740e60c07fbfc85a9d61cbf7c11ffd734308 (diff)
downloadcrawl-ref-b2ae9cb582a580f5ddb699ab0c45285b7f0cdebe.tar.gz
crawl-ref-b2ae9cb582a580f5ddb699ab0c45285b7f0cdebe.zip
Some tweaks to monster OTR
Make monster OTR last longer, but prevent monsters from refreshing it while active (which should make them a bit more effective, and also flash the screen much less). Increase the amount of poison damage inflicted by it upon players.
Diffstat (limited to 'crawl-ref/source/mon-cast.cc')
-rw-r--r--crawl-ref/source/mon-cast.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc
index 70d15dcbac..cdbb56d51d 100644
--- a/crawl-ref/source/mon-cast.cc
+++ b/crawl-ref/source/mon-cast.cc
@@ -2006,6 +2006,9 @@ static bool _ms_waste_of_time(const monster* mon, spell_type monspell)
}
return true;
+ case SPELL_OLGREBS_TOXIC_RADIANCE:
+ return (mon->has_ench(ENCH_TOXIC_RADIANCE));
+
#if TAG_MAJOR_VERSION == 34
case SPELL_SUMMON_TWISTER:
case SPELL_SHAFT_SELF: