summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 0bf048d311..8aab11f501 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -2092,7 +2092,7 @@ void debug_card()
const card_type c = static_cast<card_type>(i);
if ( strstr(card_name(c), buf) != NULL )
{
- card_effect(c);
+ card_effect(c, DECK_RARITY_LEGENDARY);
break;
}
}