summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-mis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-mis.cc')
-rw-r--r--crawl-ref/source/spl-mis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-mis.cc b/crawl-ref/source/spl-mis.cc
index 133e460037..3ba48c3c87 100644
--- a/crawl-ref/source/spl-mis.cc
+++ b/crawl-ref/source/spl-mis.cc
@@ -594,7 +594,7 @@ void MiscastEffect::_potion_effect(int pot_eff, int pot_pow)
{
if (target->atype() == ACT_PLAYER)
{
- potion_effect(static_cast<potion_type>(pot_eff), pot_pow, false);
+ potion_effect(static_cast<potion_type>(pot_eff), pot_pow, false, false);
return;
}