summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-19 17:20:43 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-19 17:20:43 +0000
commit55901dbf5e38817170440cae2f80df7b468d52f5 (patch)
tree9fb4496e24aca60a31046c6a6888dd29e2533dd2 /crawl-ref
parent0c4a63b2f485fd6203325c0cc61ca8fdcddc288d (diff)
downloadcrawl-ref-55901dbf5e38817170440cae2f80df7b468d52f5.tar.gz
crawl-ref-55901dbf5e38817170440cae2f80df7b468d52f5.zip
Hurting holies was being counted as KILL_ANGEL instead of ATTACK_HOLY (bobbens)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2491 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-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 0706fbda32..4a7d141921 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -894,7 +894,7 @@ bool melee_attack::player_apply_aux_unarmed()
poison_monster( def, KC_YOU );
if (mons_holiness(def) == MH_HOLY)
- did_god_conduct(DID_KILL_ANGEL, 1);
+ did_god_conduct(DID_ATTACK_HOLY, 1);
// normal vampiric biting attack
if (damage_brand == SPWPN_VAMPIRICISM