summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/gen-apt.pl
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/util/gen-apt.pl
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/util/gen-apt.pl')
-rwxr-xr-xcrawl-ref/source/util/gen-apt.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/util/gen-apt.pl b/crawl-ref/source/util/gen-apt.pl
index 1592967aad..593ed7655a 100755
--- a/crawl-ref/source/util/gen-apt.pl
+++ b/crawl-ref/source/util/gen-apt.pl
@@ -196,6 +196,7 @@ sub load_aptitudes {
my $apt = $3;
my $skill = skill_name($2);
+ next if $skill eq "Stabbing";
die "$skillfile:$.: Unknown skill: $skill\n"
unless $SKILL_ABBR{$skill};
die "$skillfile:$.: Repeated skill def $1 for $species.\n"