summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-02 11:35:21 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-02 11:35:21 +0000
commit1fa85b4ecc24308a1c4b565522062a7cfeda3809 (patch)
treef6c391db471e1147842cc35be1d68c2c1513d73e /crawl-ref/source/decks.cc
parent2c46b8a251869fad34b31f89d32ff43f7b36be34 (diff)
downloadcrawl-ref-1fa85b4ecc24308a1c4b565522062a7cfeda3809.tar.gz
crawl-ref-1fa85b4ecc24308a1c4b565522062a7cfeda3809.zip
* Move wall tiles into the dc-dngn/wall folder.
* Flip downstairs tiles to match the upstairs (FR 2479239). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8114 c06c8d41-db1a-0410-9941-cceddc491573
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;
}