From a6bcd9f87ab064e95a9e9d06d6f98505bfcba955 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Tue, 3 Nov 2009 13:57:48 +0100 Subject: Make slaying apply to missile launchers as well. --- crawl-ref/source/item_use.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index 21304e3ae9..ef8d5f254b 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -2830,7 +2830,7 @@ bool throw_it(bolt &pbolt, int throw_2, bool teleport, int acc_bonus, exHitBonus += you.dex / 2; // slaying bonuses - if (projected != LRET_LAUNCHED || wepType != MI_NEEDLE) + if (wepType != MI_NEEDLE) { slayDam = slaying_bonus(PWPN_DAMAGE, true); slayDam = (slayDam < 0 ? -random2(1 - slayDam) -- cgit v1.2.3-54-g00ecf