summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2011-12-18 13:30:07 -0500
committerNeil Moore <neil@s-z.org>2011-12-18 13:30:07 -0500
commit01897326c937c7ed75919d23757781e067917cef (patch)
tree0fc5d04b6a21d2c5abfb8c801e94d6eee92a8a13 /crawl-ref/source/mutation.h
parent08b5070299afc825a0f1cb5bcd98881189eea61d (diff)
downloadcrawl-ref-01897326c937c7ed75919d23757781e067917cef.tar.gz
crawl-ref-01897326c937c7ed75919d23757781e067917cef.zip
More mutation-form improvements.
Only display the "*" annotation in the A screen if the player is capable of changing form (is a vampire with Bat Form, or knows a form-change spell), or is currently in another form. Never mark rough black and rugged brown scales as fully suppressed: the Dex penalty and HP bonus apply regardless of form. Mark scales on statues as fully suppressed if the mutation level is not high enough to give any effect other than AC.
Diffstat (limited to 'crawl-ref/source/mutation.h')
-rw-r--r--crawl-ref/source/mutation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h
index 1f50841dd9..55c3395dd8 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -14,8 +14,8 @@ class formatted_string;
enum mutation_activity_type
{
MUTACT_INACTIVE, // form-based mutations in most forms
- MUTACT_PARTIAL, // scales on statues
MUTACT_HUNGER, // non-physical mutations on vampires
+ MUTACT_PARTIAL, // scales on statues
MUTACT_FULL, // other mutations
};