mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Added Elven Cache.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user