summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-10 10:36:48 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-10 10:36:48 +0000
commit93de2b5b81324a9260aa84d78c7b4b0d10b39079 (patch)
treeb7b86723dc659fa3025a9aeb38a6a0420ab4849d /crawl-ref/source/enum.h
parent633f889beacc5734a666b3b0f546fc56d1860509 (diff)
downloadcrawl-ref-93de2b5b81324a9260aa84d78c7b4b0d10b39079.tar.gz
crawl-ref-93de2b5b81324a9260aa84d78c7b4b0d10b39079.zip
s/LONG_SWORDS/LONG_BLADES/ (cbus).
Use skill_name() to describe weapon skills. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3239 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 476bd92e88..2d571f028b 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2214,7 +2214,7 @@ enum skill_type
{
SK_FIGHTING, // 0
SK_SHORT_BLADES,
- SK_LONG_SWORDS,
+ SK_LONG_BLADES,
SK_UNUSED_1, // SK_GREAT_SWORDS - now unused
SK_AXES,
SK_MACES_FLAILS, // 5