summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
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 03174b9b99..19358af48f 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -1160,7 +1160,7 @@ bool mutate(int which_mutation, bool failMsg)
}
// Undead bodies don't mutate, they fall apart. -- bwr
- // except for demonspawn in lichform -- haranp
+ // except for demonspawn (or other permamutations) in lichform -- haranp
if (you.is_undead && !demonspawn)
{
if ((!wearing_amulet(AMU_RESIST_MUTATION) && coinflip())