summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/abl-show.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 0264ed4001..f64fa21dee 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -1088,8 +1088,8 @@ static bool _do_ability(const ability_def& abil)
{
case ABIL_MUMMY_RESTORATION:
{
- mpr( "You infuse your body with magical energy." );
- bool did_restore = restore_stat( STAT_ALL, 0, false );
+ mpr("You infuse your body with magical energy.");
+ bool did_restore = restore_stat(STAT_ALL, 0, false);
const int oldhpmax = you.hp_max;
unrot_hp( 100 );