summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 9f71de9854..eb2aaa0a55 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -121,8 +121,8 @@ static void surge_power(spell_type spell)
(enhanced == 2) ? " strong" :
(enhanced > 2) ? " huge"
: "",
- (enhanced < 0) ? " numb sensation."
- : " surge of power!");
+ (enhanced < 0) ? "numb sensation."
+ : "surge of power!");
}
} // end surge_power()