summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-act.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-08 23:49:18 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-10 04:25:54 +0100
commit28cf4adbc61e7f90d4ab5fde4e5473e61b5c9fb3 (patch)
treee3c728c7bd11ce347888ad162058ecc4895dea3b /crawl-ref/source/player-act.cc
parent4b91623d35cc973ce7ee910b52adc65f95664577 (diff)
downloadcrawl-ref-28cf4adbc61e7f90d4ab5fde4e5473e61b5c9fb3.tar.gz
crawl-ref-28cf4adbc61e7f90d4ab5fde4e5473e61b5c9fb3.zip
A missing period.
Diffstat (limited to 'crawl-ref/source/player-act.cc')
-rw-r--r--crawl-ref/source/player-act.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player-act.cc b/crawl-ref/source/player-act.cc
index a1490b7bfb..d755c61ef7 100644
--- a/crawl-ref/source/player-act.cc
+++ b/crawl-ref/source/player-act.cc
@@ -709,7 +709,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");
+ mprf("You cannot go berserk while under stasis.");
return false;
}