mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Fixed An-Zerrin Ruins to only work with creature types.
This commit is contained in:
@@ -5,6 +5,7 @@ Text:no text
|
|||||||
K:Enchant creature
|
K:Enchant creature
|
||||||
K:enPump:+0/+0
|
K:enPump:+0/+0
|
||||||
K:stPumpEnchanted:Creature.untapped:0/0/Shroud:No Condition:Enchanted creature has shroud as long as it's untapped. (It can't be the target of spells or abilities.)
|
K:stPumpEnchanted:Creature.untapped:0/0/Shroud:No Condition:Enchanted creature has shroud as long as it's untapped. (It can't be the target of spells or abilities.)
|
||||||
|
SVar:RemAIDeck:True
|
||||||
SVar:Rarity:Uncommon
|
SVar:Rarity:Uncommon
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/spectral_cloak.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/spectral_cloak.jpg
|
||||||
End
|
End
|
||||||
|
|||||||
@@ -10543,6 +10543,7 @@ public class CardFactory implements NewConstants {
|
|||||||
else {
|
else {
|
||||||
//not implemented for AI
|
//not implemented for AI
|
||||||
}
|
}
|
||||||
|
if (!CardUtil.isCreatureType(chosenType)) chosenType = "";
|
||||||
card.setChosenType(chosenType);
|
card.setChosenType(chosenType);
|
||||||
}//resolve()
|
}//resolve()
|
||||||
}; //comesIntoPlayAbility
|
}; //comesIntoPlayAbility
|
||||||
|
|||||||
Reference in New Issue
Block a user