summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/wiz-you.cc')
-rw-r--r--crawl-ref/source/wiz-you.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/wiz-you.cc b/crawl-ref/source/wiz-you.cc
index 8cfb0323d5..92ac5dfc0a 100644
--- a/crawl-ref/source/wiz-you.cc
+++ b/crawl-ref/source/wiz-you.cc
@@ -304,6 +304,9 @@ void wizard_heal(bool super_heal)
you.clear_beholders();
inc_max_hp(10);
you.attribute[ATTR_XP_DRAIN] = 0;
+ you.duration[DUR_PETRIFIED] = 0;
+ you.duration[DUR_PETRIFYING] = 0;
+ you.duration[DUR_CORROSION] = 0;
}
// Clear most status ailments.