- Added Elven Cache.

This commit is contained in:
jendave
2011-08-06 06:04:05 +00:00
parent e8a6aab8a3
commit 574eb76d83
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
Elven Cache
2 G G
Sorcery
Return target card from your graveyard to your hand.
SVar:Rarity:Common
Thran Quarry
no cost
Land

View File

@@ -3575,7 +3575,7 @@ public class CardFactory_Sorceries {
//*************** START *********** START **************************
else if(cardName.equals("Regrowth")) {
else if(cardName.equals("Regrowth") || cardName.equals("Elven Cache")) {
// added cousin Reclaim since 90% of the code is shared
final SpellAbility spell = new Spell(card) {