summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-27 13:27:15 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-27 13:27:15 +0000
commitaaa1bacdf65cbd572379f98897745eb07161d6b0 (patch)
treec3cececa2a7a0ecc2fe095f54f7656e3f7ef0e1f /crawl-ref/source/mutation.cc
parenta86d2a52392ed50ba63ed9712c05f3574e45d695 (diff)
downloadcrawl-ref-aaa1bacdf65cbd572379f98897745eb07161d6b0.tar.gz
crawl-ref-aaa1bacdf65cbd572379f98897745eb07161d6b0.zip
Update documentation on coding conventions, and apply a few of them. :)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5295 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mutation.cc')
-rw-r--r--crawl-ref/source/mutation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index 4deb21dce3..30f499f70d 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -1258,7 +1258,7 @@ formatted_string describe_mutations()
} //end switch - innate abilities
// a bit more stuff
- if ((you.species >= SP_OGRE && you.species <= SP_OGRE_MAGE)
+ if (you.species >= SP_OGRE && you.species <= SP_OGRE_MAGE
|| player_genus(GENPC_DRACONIAN) || you.species == SP_SPRIGGAN)
{
result += "Your body does not fit into most forms of armour." EOL;