From e44a4d8349036092b8c691ce1644263d3b4122a4 Mon Sep 17 00:00:00 2001 From: haranp Date: Thu, 25 Sep 2008 23:19:59 +0000 Subject: Removed Ogre-Mages, hopefully without breaking anything. Docs are unchanged. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6996 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/output.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/output.cc') diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc index 6efba29125..72a227b1a6 100644 --- a/crawl-ref/source/output.cc +++ b/crawl-ref/source/output.cc @@ -2409,13 +2409,13 @@ std::string _status_mut_abilities() } //end switch - innate abilities // a bit more stuff - if ( you.species >= SP_OGRE && you.species <= SP_OGRE_MAGE - || player_genus(GENPC_DRACONIAN) || you.species == SP_SPRIGGAN ) + if (you.species == SP_OGRE || you.species == SP_TROLL + || player_genus(GENPC_DRACONIAN) || you.species == SP_SPRIGGAN) { mutations.push_back("unfitting armour"); } - if ( beogh_water_walk() ) + if (beogh_water_walk()) mutations.push_back("water walking"); std::string current; -- cgit v1.2.3-54-g00ecf