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 9900d9a501..d9346d1c60 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -4312,7 +4312,7 @@ std::string melee_attack::mons_weapon_desc()
const item_def wpn = *weapon;
if (get_weapon_brand(wpn) == SPWPN_REACHING)
{
- if ( grid_distance(attacker->pos(), defender->pos()) == 2 )
+ if (grid_distance(attacker->pos(), defender->pos()) == 2)
result += " from afar";
}