From 417903c52d17d0366f4dc2cfba89424b3455dbf2 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 26 May 2008 17:40:43 +0000 Subject: Modify skill titles * Replace the "Foo" in Foo Blade, Foo Porcupine, Foo Catapult, Foo Arbalest, Foo Ballista, and Foo Barricade with the capitalized genus (Elf, Orc, Draconian, ...) * Merry Foo, Foo of Death, Placeless Foo and Shapeless Foo still use the species name, though that's debatable, of course. * Marksfoo uses the lowercase genus name, in particular "ogre" for Ogre and Ogre-Mage, both. * Add "Plane Glider" as "Plane Foo" variant for Kenku. Clean up the skill title array a bit. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5262 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index f49633c301..3ded9f9b4a 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -2263,7 +2263,7 @@ enum shop_type // (unsigned char) env.sh_type[], item_in_shop(), in_a_shop() SHOP_RANDOM = 255 // keep set at 255 for now {dlb} }; -// These are often addressed relative to each other (esp. delta SIZE_MEDIUM) +// These are often addressed relative to each other (esp. delta SIZE_MEDIUM). enum size_type { SIZE_TINY, // rat/bat @@ -2305,6 +2305,11 @@ enum skill_type SK_SHIELDS, SK_TRAPS_DOORS, SK_UNARMED_COMBAT, // 19 + SK_UNUSED_2, + SK_UNUSED_3, + SK_UNUSED_4, + SK_UNUSED_5, + SK_UNUSED_6, SK_SPELLCASTING = 25, // 25 SK_CONJURATIONS, SK_ENCHANTMENTS, -- cgit v1.2.3-54-g00ecf