summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 1d50aecdcd..f315f89b46 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -878,7 +878,9 @@ void melee_attack::player_warn_miss()
if (def->behaviour != BEH_SLEEP)
behaviour_event( def, ME_WHACK, MHITYOU );
- msg::stream << player_why_missed() << str_monam(*def, DESC_NOCAP_THE)
+ msg::stream << player_why_missed()
+ << str_monam(*def, DESC_NOCAP_THE)
+ << "."
<< std::endl;
}