summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-03 02:57:03 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-03 02:57:03 +0000
commit929f13b8fc120e71cfd6acac7f1c2e899cc052d1 (patch)
treec59fbe6f535794d75ce4dba987f02c0984bac85b /crawl-ref
parenteee579a060ca9a9222ad5ecc737389ea5507b196 (diff)
downloadcrawl-ref-929f13b8fc120e71cfd6acac7f1c2e899cc052d1.tar.gz
crawl-ref-929f13b8fc120e71cfd6acac7f1c2e899cc052d1.zip
Add minor cosmetic fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8156 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/decks.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index 5527be10ec..110ea24fb2 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -2587,9 +2587,7 @@ static void _godly_wrath()
}
if (tries <= 0)
- {
mpr("You somehow manage to escape divine attention...");
- }
}
static void _curse_card(int power, deck_rarity_type rarity)