summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-26 17:40:43 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-26 17:40:43 +0000
commit417903c52d17d0366f4dc2cfba89424b3455dbf2 (patch)
treeb5786f30a57dbb30acd8563bdf11edbeb1a86b73 /crawl-ref/source/player.h
parent16287466f10a261173b68b61cec77f6472039879 (diff)
downloadcrawl-ref-417903c52d17d0366f4dc2cfba89424b3455dbf2.tar.gz
crawl-ref-417903c52d17d0366f4dc2cfba89424b3455dbf2.zip
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
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index ed7c244819..664d2c7a05 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -79,8 +79,8 @@ bool wearing_amulet(char which_am, bool calc_unid = true);
/* ***********************************************************************
* called from: acr - chardump - describe - newgame - view
* *********************************************************************** */
-std::string species_name( species_type speci, int level,
- bool genus = false, bool adj = false);
+std::string species_name( species_type speci, int level, bool genus = false,
+ bool adj = false, bool ogre = false );
int str_to_species(const std::string &species);
/* ***********************************************************************