summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
diff options
context:
space:
mode:
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 ff0e6a2af8..ab306171dc 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -1992,7 +1992,7 @@ static void _shuffle_card(int power, deck_rarity_type rarity)
{
god_type which_god = crawl_state.which_god_acting();
if (crawl_state.is_god_retribution())
- cause = "the wrath of " + god_name(which_god);
+ cause = "the wrath of " + god_name(which_god);
else
{
if (which_god == GOD_XOM)