summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-act.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-01 18:01:37 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-01 18:01:37 +0100
commit3bf288448a8a98d7f1b2db89711c778cf335b18c (patch)
treeb4e37b66abd02521740155434b955f7a37705d98 /crawl-ref/source/player-act.cc
parent8d0e10466101644a99a04833ae5b397ec6001fc0 (diff)
downloadcrawl-ref-3bf288448a8a98d7f1b2db89711c778cf335b18c.tar.gz
crawl-ref-3bf288448a8a98d7f1b2db89711c778cf335b18c.zip
Assorted formatting fixes.
Diffstat (limited to 'crawl-ref/source/player-act.cc')
-rw-r--r--crawl-ref/source/player-act.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/player-act.cc b/crawl-ref/source/player-act.cc
index fe78c60be8..0237628316 100644
--- a/crawl-ref/source/player-act.cc
+++ b/crawl-ref/source/player-act.cc
@@ -701,9 +701,7 @@ bool player::can_go_berserk(bool intentional, bool potion, bool quiet) const
if (stasis(false))
{
if (verbose)
- {
mprf("You cannot go berserk while under stasis");
- }
return false;
}