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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 26c4ce3644..f19d487dbb 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -3432,7 +3432,7 @@ int melee_attack::player_to_hit(bool random_factor)
your_to_hit -= 5;
const bool see_invis = player_see_invis();
- // if you can't see yourself, you're a little less accurate.
+ // If you can't see yourself, you're a little less accurate.
if (you.invisible() && !see_invis)
your_to_hit -= 5;