summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index ccbb018590..1501a89b04 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -369,8 +369,8 @@ bool cast_sublimation_of_blood(int pow)
{
if (you.duration[DUR_DEATHS_DOOR])
{
- mpr( "A conflicting enchantment prevents the spell from "
- "coming into effect." );
+ mpr("A conflicting enchantment prevents the spell from "
+ "coming into effect.");
}
else if (you.species == SP_VAMPIRE && you.hunger_state <= HS_SATIATED)
{