summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-24 18:17:14 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-24 20:29:19 +0100
commit61e6cea48ecfcdb31c1ad40665b35701fc9ee76e (patch)
tree98d9454774e00cad9fd53d36fc284c256cf2ee3e /crawl-ref/source/godwrath.cc
parentfe8841e97c3c8f7875383ed2ebf43a259c68084a (diff)
downloadcrawl-ref-61e6cea48ecfcdb31c1ad40665b35701fc9ee76e.tar.gz
crawl-ref-61e6cea48ecfcdb31c1ad40665b35701fc9ee76e.zip
Revert "Make confusion from overwhelming wrath irresistible"
Cases ignoring clarity are compatibility with what appears to be old unintentional behaviour, that has somehow been kept over a refactoring. This reverts commit 00c39a0b14c22ffd8c94ac43178b715eac614cc8.
Diffstat (limited to 'crawl-ref/source/godwrath.cc')
-rw-r--r--crawl-ref/source/godwrath.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/godwrath.cc b/crawl-ref/source/godwrath.cc
index bf295d39e9..8f1e370438 100644
--- a/crawl-ref/source/godwrath.cc
+++ b/crawl-ref/source/godwrath.cc
@@ -1222,7 +1222,7 @@ bool divine_retribution(god_type god, bool no_bonus, bool force)
if (coinflip())
{
mpr("The divine experience confuses you!", MSGCH_WARN);
- confuse_player(3 + random2(10), false);
+ confuse_player(3 + random2(10));
}
else
{