convert Jandor's Saddlebags to keyword.

This commit is contained in:
jendave
2011-08-06 08:52:46 +00:00
parent a3d638905d
commit 614ee44577
2 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ Name:Jandor's Saddlebags
ManaCost:2 ManaCost:2
Types:Artifact Types:Artifact
Text:no text Text:no text
K:abUntapTgt 3 T:Creature:Untap target creature.
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/jandors_saddlebags.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/jandors_saddlebags.jpg

View File

@@ -9627,14 +9627,14 @@ public class CardFactory implements NewConstants {
//****************END*******END*********************** //****************END*******END***********************
*/ */
/*
//*****************************START******************************* //*****************************START*******************************
else if(cardName.equals("Jandor's Saddlebags")) { else if(cardName.equals("Jandor's Saddlebags")) {
/* Assuing the Rules state that this can target an untapped card, /* Assuing the Rules state that this can target an untapped card,
* but it won't do anything useful * but it won't do anything useful
* *
* This would bring the ruling in line with Icy Manipulator * This would bring the ruling in line with Icy Manipulator
* */ *
final Ability_Tap ability = new Ability_Tap(card, "3") { final Ability_Tap ability = new Ability_Tap(card, "3") {
private static final long serialVersionUID = 6349074098650621348L; private static final long serialVersionUID = 6349074098650621348L;
@@ -9656,6 +9656,7 @@ public class CardFactory implements NewConstants {
ability.setDescription("3, tap: Untap target creature."); ability.setDescription("3, tap: Untap target creature.");
ability.setBeforePayMana(CardFactoryUtil.input_targetType(ability, "Creature")); ability.setBeforePayMana(CardFactoryUtil.input_targetType(ability, "Creature"));
}//****************END*******END*********************** }//****************END*******END***********************
*/
//*************** START *********** START ************************** //*************** START *********** START **************************