mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
add Inkfathom Divers from Lorwyn (same code as Sage Owl)
This commit is contained in:
@@ -38,6 +38,7 @@ snow_covered_mountain.jpg http://www.wizards.com/global/images/magic/gene
|
|||||||
snow_covered_mountain1.jpg http://www.wizards.com/global/images/magic/general/snow_covered_mountain.jpg
|
snow_covered_mountain1.jpg http://www.wizards.com/global/images/magic/general/snow_covered_mountain.jpg
|
||||||
snow_covered_mountain2.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
|
snow_covered_mountain2.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
|
||||||
snow_covered_mountain3.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
|
snow_covered_mountain3.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg
|
||||||
|
inkfathom_divers.jpg http://www.wizards.com/global/images/magic/general/inkfathom_divers.jpg
|
||||||
index.jpg http://www.wizards.com/global/images/magic/general/index.jpg
|
index.jpg http://www.wizards.com/global/images/magic/general/index.jpg
|
||||||
sage_owl.jpg http://www.wizards.com/global/images/magic/general/sage_owl.jpg
|
sage_owl.jpg http://www.wizards.com/global/images/magic/general/sage_owl.jpg
|
||||||
ponder.jpg http://www.wizards.com/global/images/magic/general/ponder.jpg
|
ponder.jpg http://www.wizards.com/global/images/magic/general/ponder.jpg
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
Inkfathom Divers
|
||||||
|
3 U U
|
||||||
|
Creature Merfolk Soldier
|
||||||
|
When Inkfathom Divers enters the battlefield, look at the top four cards of your library, then put them back in any order.
|
||||||
|
3/3
|
||||||
|
Islandwalk
|
||||||
|
|
||||||
Index
|
Index
|
||||||
U
|
U
|
||||||
Sorcery
|
Sorcery
|
||||||
|
|||||||
@@ -17673,7 +17673,7 @@ public class CardFactory_Creatures {
|
|||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Sage Owl")) {
|
else if(cardName.equals("Sage Owl") || cardName.equals("Inkfathor Divers")) {
|
||||||
final SpellAbility ability = new Ability(card, "0") {
|
final SpellAbility ability = new Ability(card, "0") {
|
||||||
@Override
|
@Override
|
||||||
public void resolve() {
|
public void resolve() {
|
||||||
|
|||||||
Reference in New Issue
Block a user