summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 17:04:55 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 17:04:55 +0000
commit3138aa79d0eab8778f87e18a85111c70fa3038c8 (patch)
tree9c7f51ae3161f86563957214ccac4cd1df9e1669 /crawl-ref/source/spells3.cc
parent5ec81a1f6695b9253b85ada7fa8a4eb7a51f7209 (diff)
downloadcrawl-ref-3138aa79d0eab8778f87e18a85111c70fa3038c8.tar.gz
crawl-ref-3138aa79d0eab8778f87e18a85111c70fa3038c8.zip
Add spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9499 c06c8d41-db1a-0410-9941-cceddc491573
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)
{