summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 0b08db911e..0b9b1c7a18 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -2867,16 +2867,6 @@ bool throw_it(bolt &pbolt, int throw_2, bool teleport, int acc_bonus,
break;
}
- // Slings and Darts train Throwing a bit.
- if (launcher_skill == SK_SLINGS)
- {
- if (coinflip())
- exercise(SK_THROWING, 1);
-
- // They also get a minor tohit boost from throwing skill.
- exHitBonus += you.skills[SK_THROWING] / 5;
- }
-
if (bow_brand == SPWPN_VORPAL)
{
// Vorpal brand adds 30% damage bonus. Increased from 25%