summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/spells1.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 1e9d1bb5f0..231478d269 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -1062,7 +1062,7 @@ void stone_scales(int pow)
if (you.duration[DUR_STONEMAIL])
mpr("Your scaly armour looks firmer.");
- else
+ else
{
if (you.attribute[ATTR_TRANSFORMATION] == TRAN_STATUE)
mpr( "Your stone body feels more resilient." );
@@ -1071,7 +1071,7 @@ void stone_scales(int pow)
you.redraw_evasion = 1;
you.redraw_armour_class = 1;
- }
+ }
dur_change = 20 + random2(pow) + random2(pow);