summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/it_use2.cc')
-rw-r--r--crawl-ref/source/it_use2.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc
index 16ba9dfdd4..2c3714ae77 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -217,7 +217,8 @@ bool potion_effect( potion_type pot_eff, int pow, bool was_known )
break;
case POT_PARALYSIS:
- you.paralyse((2 + random2( 6 + you.duration[DUR_PARALYSIS] )) / factor);
+ you.paralyse(NULL,
+ (2 + random2( 6 + you.duration[DUR_PARALYSIS] )) / factor);
xom_is_stimulated(64 / factor);
break;