summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-02 17:37:57 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-02 17:37:57 +0000
commit69feb4ac309556a1464ec1ca7a1ab9cedc14176a (patch)
treec86e5dc4b3a26b998bcf1104e34b147d821a6b04 /crawl-ref/source/decks.cc
parentb398da9e134edff4ae3f31ced785d53bdd8a0e19 (diff)
downloadcrawl-ref-69feb4ac309556a1464ec1ca7a1ab9cedc14176a.tar.gz
crawl-ref-69feb4ac309556a1464ec1ca7a1ab9cedc14176a.zip
Add spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4814 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/decks.cc')
-rw-r--r--crawl-ref/source/decks.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index ed216b6b0e..1edbe2cb18 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -584,7 +584,7 @@ static bool _check_buggy_deck(item_def& deck)
strm << "Oops, all of the cards seem to be gone." << std::endl
<< "A swarm of software bugs snatches the deck from you "
- "and whisks it away." << std::endl;
+ "and whisks it away." << std::endl;
if ( deck.link == you.equip[EQ_WEAPON] )
unwield_item();