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.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index fbeb88e680..05ce1d594a 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2066,9 +2066,6 @@ void melee_attack::drain_player()
special_damage = random2(damage_done) /
(2 + defender->res_negative_energy()) + 1;
-
- // Noop for monsters, but what the heck.
- attacker->god_conduct(DID_NECROMANCY, 2);
}
void melee_attack::drain_monster()