summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-18 22:48:31 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-18 22:48:31 +0000
commitf7c519b39389608cede7a87729d6527db87b756e (patch)
tree219aa960f8c5561fcf0739aec791825766b6cb4d /crawl-ref
parent25586f037e96b929a63ab34fe451d43b3823efef (diff)
downloadcrawl-ref-f7c519b39389608cede7a87729d6527db87b756e.tar.gz
crawl-ref-f7c519b39389608cede7a87729d6527db87b756e.zip
And fix the last delete_mutation() call again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10289 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-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 f0541d1f28..643cebdfe0 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, false,
+ delete_mutation(RANDOM_MUTATION, true, false, false, false,
lethality_margin > 0);
}
_ouch(5 + random2avg(23, 2));