summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 882384fa85..94fa9df9cf 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1014,7 +1014,7 @@ static bool _spell_is_uncastable(spell_type spell)
return (true);
}
- if (spell == SPELL_SYMBOL_OF_TORMENT && player_res_torment())
+ if (spell == SPELL_SYMBOL_OF_TORMENT && player_res_torment(true, false))
{
mpr("To torment others, one must first know what torment means. ");
return (true);