summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-07-17 17:41:33 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-07-17 17:41:33 +0200
commit45dcbe7e4728c8276da687ebd43c7d43c97463f5 (patch)
treeadb2735a334acaa5084312878ea974f776b725cc /crawl-ref/source/skills2.cc
parentaca0573f562eff4f88894207241bf7bea81595e6 (diff)
downloadcrawl-ref-45dcbe7e4728c8276da687ebd43c7d43c97463f5.tar.gz
crawl-ref-45dcbe7e4728c8276da687ebd43c7d43c97463f5.zip
Remove a crapload of references to removed things.
The Dwarf branch, traps skill, recite, even a spiked flail sighting.
Diffstat (limited to 'crawl-ref/source/skills2.cc')
-rw-r--r--crawl-ref/source/skills2.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc
index c858a69c1e..88b7518c76 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -91,7 +91,9 @@ static const char *skills[NUM_SKILLS][6] =
{"Stabbing", "Miscreant", "Blackguard", "Backstabber", "Cutthroat", "Politician"},
#endif
{"Shields", "Shield-Bearer", "Hoplite", "Blocker", "Peltast", "@Adj@ Barricade"},
+#if TAG_MAJOR_VERSION == 34
{"Traps", "Scout", "Disarmer", "Vigilant", "Perceptive", "Dungeon Master"},
+#endif
// STR based fighters, for DEX/martial arts titles see below. Felids get their own category, too.
{"Unarmed Combat", "Ruffian", "Grappler", "Brawler", "Wrestler", "@Weight@weight Champion"},