summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exercise.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-07-17 16:45:43 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-07-17 17:12:24 +0200
commit51611e44436c86d1a9b8d1a14cc771c1920b92d2 (patch)
treebc07125d365469de3c69157bab050ea51ef56d1a /crawl-ref/source/exercise.h
parentb83a2bb2b9e080387bf09aa17c58a30b071f9883 (diff)
downloadcrawl-ref-51611e44436c86d1a9b8d1a14cc771c1920b92d2.tar.gz
crawl-ref-51611e44436c86d1a9b8d1a14cc771c1920b92d2.zip
Remove the Traps skill.
Diffstat (limited to 'crawl-ref/source/exercise.h')
-rw-r--r--crawl-ref/source/exercise.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/exercise.h b/crawl-ref/source/exercise.h
index b781845223..d12034b327 100644
--- a/crawl-ref/source/exercise.h
+++ b/crawl-ref/source/exercise.h
@@ -25,13 +25,6 @@ enum exer_type
EX_SHIELD_BLOCK,
EX_DODGE_TRAP,
EX_SHIELD_BEAM_FAIL,
- EX_TRAP_DISARM,
- EX_TRAP_DISARM_FAIL,
- EX_TRAP_DISARM_TRIGGER,
- EX_TRAP_FOUND,
- EX_TRAP_PASSIVE,
- EX_TRAP_TRIGGER,
- EX_REMOVE_NET,
EX_SNEAK,
EX_SNEAK_INVIS,
EX_DID_EVOKE_ITEM,