summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2010-01-04 20:41:34 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2010-01-04 20:53:14 +1000
commit7403a3dfc98efc2329b4bd184807a398d518816e (patch)
tree952c1d2cf0fcd033ae073a4dfcf4919ce4239790 /crawl-ref/source/enum.h
parent37ca61fa33fb9dc6dea480044d91bbfcf45d3932 (diff)
downloadcrawl-ref-7403a3dfc98efc2329b4bd184807a398d518816e.tar.gz
crawl-ref-7403a3dfc98efc2329b4bd184807a398d518816e.zip
Fix skills order issue with Sage card. (sorear)
This commit bumps TAG_MAJOR_VERSION.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 6c92000089..e29eb1d3e1 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2624,8 +2624,7 @@ enum skill_type
SK_SLINGS,
SK_BOWS,
SK_CROSSBOWS,
- // was darts, now unused
- SK_THROWING = 11,
+ SK_THROWING,
SK_ARMOUR,
SK_DODGING,
SK_STEALTH,