From 3d2dfd808e07f59e689325b41f05dbd175e0fae4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 5 Aug 2014 00:21:19 -0400 Subject: heal a few other things with wizmode superheal --- crawl-ref/source/wiz-you.cc | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.3-54-g00ecf