summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/melee_attack.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-05-04 18:22:13 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-05-04 18:27:53 -0400
commitf66a7a8534927db9d22dad6846e7c363c336918b (patch)
tree1b0afa8a9d04d185edee0e6f08cd0b93e9703d59 /crawl-ref/source/melee_attack.h
parentc6111badf8d488c8255a6e2a4ef50307cbfe1c3d (diff)
downloadcrawl-ref-f66a7a8534927db9d22dad6846e7c363c336918b.tar.gz
crawl-ref-f66a7a8534927db9d22dad6846e7c363c336918b.zip
Remove a no-longer needed special case for Wyrmbane (rast, qoala).
It was obsoleted in 84f1c15 and was actually causing the death effect to trigger twice overall.
Diffstat (limited to 'crawl-ref/source/melee_attack.h')
-rw-r--r--crawl-ref/source/melee_attack.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/melee_attack.h b/crawl-ref/source/melee_attack.h
index 95981790b7..33a6e9dc96 100644
--- a/crawl-ref/source/melee_attack.h
+++ b/crawl-ref/source/melee_attack.h
@@ -61,7 +61,6 @@ private:
bool handle_phase_dodged();
bool handle_phase_hit();
bool handle_phase_damaged();
- bool handle_phase_killed();
bool handle_phase_aux();
bool handle_phase_end();