summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-mis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-mis.cc')
-rw-r--r--crawl-ref/source/spl-mis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-mis.cc b/crawl-ref/source/spl-mis.cc
index b729adddec..f0541d1f28 100644
--- a/crawl-ref/source/spl-mis.cc
+++ b/crawl-ref/source/spl-mis.cc
@@ -1900,7 +1900,7 @@ void MiscastEffect::_transmutation(int severity)
if (target->atype() == ACT_PLAYER)
{
you_msg = "You feel very strange.";
- delete_mutation(RANDOM_MUTATION, true, false,
+ delete_mutation(RANDOM_MUTATION, true, false, false,
lethality_margin > 0);
}
_ouch(5 + random2avg(23, 2));