From 3138aa79d0eab8778f87e18a85111c70fa3038c8 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 15 Mar 2009 17:04:55 +0000 Subject: Add spacing fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9499 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells3.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spells3.cc') 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) { -- cgit v1.2.3-54-g00ecf