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 84b6db765c..7be66cee90 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2303,7 +2303,7 @@ bool melee_attack::chop_hydra_head( int dam,
coord_def pos = defender->pos();
bleed_onto_floor(pos.x, pos.y, defender->id(),
def->hit_points, true);
-
+
defender->hurt(attacker, def->hit_points);
}
else