From 93de2b5b81324a9260aa84d78c7b4b0d10b39079 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 10 Jan 2008 10:36:48 +0000 Subject: 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 --- crawl-ref/source/enum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') 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 -- cgit v1.2.3-54-g00ecf