summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 23:54:30 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 23:54:30 +0000
commit38732982cd2a7f66fe799e6aa5dd831cce854f09 (patch)
tree9ea3c858af516de15cdb1c133d25f0b5c34e81d5 /crawl-ref/source/spells4.cc
parent018e3b9a9ef4ed8a8a8ff577f49e057f8462fc7d (diff)
downloadcrawl-ref-38732982cd2a7f66fe799e6aa5dd831cce854f09.tar.gz
crawl-ref-38732982cd2a7f66fe799e6aa5dd831cce854f09.zip
Add still more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5719 c06c8d41-db1a-0410-9941-cceddc491573
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);