summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-03-31 23:35:32 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-04-01 00:38:18 +0200
commit7ae94216669e15b0ce8712136d7723234f6e12f5 (patch)
treef8d5b624ccff2b8b8c0bf92f5c09b8132e8f705e /crawl-ref/source/hints.cc
parenta295f787a04197fa1b88f46850e59c34a89a1146 (diff)
downloadcrawl-ref-7ae94216669e15b0ce8712136d7723234f6e12f5.tar.gz
crawl-ref-7ae94216669e15b0ce8712136d7723234f6e12f5.zip
The Stabbing skill went to a dark alley, and, you know...
Per one of proposals, its effect is now an average of the weapon skill and Stealth. Stabbing tiers remain as before: * daggers * other short blades * long blades, spears, small club * other stuff Let's see how this works. We can always change the formulas, and at least the skill is gone.
Diffstat (limited to 'crawl-ref/source/hints.cc')
-rw-r--r--crawl-ref/source/hints.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/hints.cc b/crawl-ref/source/hints.cc
index eea1e06642..43b3fcc403 100644
--- a/crawl-ref/source/hints.cc
+++ b/crawl-ref/source/hints.cc
@@ -728,7 +728,6 @@ void hints_gained_new_skill(skill_type skill)
case SK_FIGHTING:
case SK_ARMOUR:
case SK_STEALTH:
- case SK_STABBING:
case SK_TRAPS:
case SK_UNARMED_COMBAT:
case SK_INVOCATIONS: