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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index 57c927ce05..f30c907098 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -1889,7 +1889,7 @@ static void _metamorphosis_card(int power, deck_rarity_type rarity)
}
// Might fail, e.g. because of cursed equipment or potential death by
- // stat loss. Aren't we being nice?
+ // stat loss. Aren't we being nice? (jpeg)
if (!transform(random2(power/4), trans, true))
canned_msg(MSG_NOTHING_HAPPENS);
}
@@ -3037,7 +3037,7 @@ bool card_effect(card_type which_card, deck_rarity_type rarity,
set_hunger(12000, true);
break;
- case NUM_CARDS:
+ default:
mpr("You have drawn a buggy card!");
break;
}