summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 519ef7401e..02db85caa0 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -2599,7 +2599,7 @@ void cast_stoneskin(int pow)
else
mpr( "Your skin hardens." );
- you.redraw_armour_class = 1;
+ you.redraw_armour_class = true;
}
you.duration[DUR_STONESKIN] += 10 + random2(pow) + random2(pow);