summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-flags.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-11-11 11:27:32 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-11-11 11:38:28 -0600
commit94fc6b729c257da350310e4f06990844ea737595 (patch)
tree2aebc5c96131a087989a3c6288ef43eeca3714a9 /crawl-ref/source/mon-flags.h
parent7743172a24377c082f9f96594d1db1bbb3adb72c (diff)
downloadcrawl-ref-94fc6b729c257da350310e4f06990844ea737595.tar.gz
crawl-ref-94fc6b729c257da350310e4f06990844ea737595.zip
Tweak unbreathing mutation description.
Unbreathing refers to the ability to survive without breathing, no more, no less. Being able to go underwater is still a separate quality, and being able to speak presumably still requires the ability to breathe, so it still applies to e.g. Zin-worshipping grey draconians. As for mummies (not to mention felids and octopodes), assume they speak via magical means, as I can't think of a different justification right now.
Diffstat (limited to 'crawl-ref/source/mon-flags.h')
-rw-r--r--crawl-ref/source/mon-flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-flags.h b/crawl-ref/source/mon-flags.h
index 0fe1caefbc..669e505a6d 100644
--- a/crawl-ref/source/mon-flags.h
+++ b/crawl-ref/source/mon-flags.h
@@ -126,7 +126,7 @@ const uint64_t M_FLEEING = (uint64_t)1<<37;
// is an artificial being
const uint64_t M_ARTIFICIAL = (uint64_t)1<<38;
-// doesn't need to breathe; immune to asphyxiation and Mephitic Cloud
+// can survive without breathing; immune to asphyxiation and Mephitic Cloud
const uint64_t M_UNBREATHING = (uint64_t)1<<39;
// not fully coded; causes a warning