mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed Wings of Velis Vel.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Name:Wings of Velis Vel
|
Name:Wings of Velis Vel
|
||||||
ManaCost:1 U
|
ManaCost:1 U
|
||||||
Types:Tribal Instant Shapeshifter
|
Types:Tribal Instant Shapeshifter
|
||||||
Text:Target creature becomes 4/4 and gains flying until end of turn.
|
Text:Target creature becomes 4/4, gains all creature types, and gains flying until end of turn.
|
||||||
K:Changeling
|
K:Changeling
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/wings_of_velis_vel.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/wings_of_velis_vel.jpg
|
||||||
|
|||||||
@@ -177,6 +177,7 @@ public class CardFactory_Instants {
|
|||||||
card[0].setBaseAttack(4);
|
card[0].setBaseAttack(4);
|
||||||
card[0].setBaseDefense(4);
|
card[0].setBaseDefense(4);
|
||||||
card[0].addExtrinsicKeyword("Flying");
|
card[0].addExtrinsicKeyword("Flying");
|
||||||
|
card[0].addExtrinsicKeyword("HIDDEN Changeling");
|
||||||
|
|
||||||
//EOT
|
//EOT
|
||||||
final Command untilEOT = new Command() {
|
final Command untilEOT = new Command() {
|
||||||
@@ -187,6 +188,7 @@ public class CardFactory_Instants {
|
|||||||
card[0].setBaseDefense(oldDefense[0]);
|
card[0].setBaseDefense(oldDefense[0]);
|
||||||
|
|
||||||
card[0].removeExtrinsicKeyword("Flying");
|
card[0].removeExtrinsicKeyword("Flying");
|
||||||
|
card[0].removeExtrinsicKeyword("HIDDEN Changeling");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user