summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-08-05 00:21:19 -0400
committerJesse Luehrs <doy@tozt.net>2014-08-05 00:21:19 -0400
commit3d2dfd808e07f59e689325b41f05dbd175e0fae4 (patch)
treead7bf7a7981005fd9ca05f962efbd077c963b86b
parente5829e7d230fe6ab8f48dbdf49e6fe98e282b2ed (diff)
downloadcrawl-ref-3d2dfd808e07f59e689325b41f05dbd175e0fae4.tar.gz
crawl-ref-3d2dfd808e07f59e689325b41f05dbd175e0fae4.zip
heal a few other things with wizmode superheal
-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.