summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mstuff2.cc')
-rw-r--r--crawl-ref/source/mstuff2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index 75532cac3f..2990b06a52 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -486,7 +486,7 @@ void mons_cast(monsters *monster, bolt &pbolt, spell_type spell_cast,
if (!monsterNearby || mons_friendly(monster))
return;
- cast_refrigeration(random2(12 * monster->hit_dice));
+ cast_refrigeration(random2(12 * monster->hit_dice), true);
return;
case SPELL_OLGREBS_TOXIC_RADIANCE: