diff --git a/res/cardsfolder/luminous_angel.txt b/res/cardsfolder/luminous_angel.txt index 8e153aae37c..8759d034483 100644 --- a/res/cardsfolder/luminous_angel.txt +++ b/res/cardsfolder/luminous_angel.txt @@ -1,9 +1,10 @@ Name:Luminous Angel ManaCost:4 W W W Types:Creature Angel -Text:At the beginning of your upkeep, put a 1/1 white Spirit token with flying onto the battlefield. +Text:no text PT:4/4 K:Flying +K:WheneverKeyword:BeginningOfUpkeep:No_Initiator:Play:MakeToken-Spirit-W-1-1-Flying-/1:ControllingPlayer_Self:ASAP:Yes_No:ControllerUpkeep:At the beginning of your upkeep, you may put a 1/1 white Spirit creature token with flying onto the battlefield. SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/luminous_angel.jpg End diff --git a/src/forge/GameActionUtil.java b/src/forge/GameActionUtil.java index 9f2f63679c8..302bd641b58 100644 --- a/src/forge/GameActionUtil.java +++ b/src/forge/GameActionUtil.java @@ -86,7 +86,7 @@ public class GameActionUtil { upkeep_Bringer_of_the_White_Dawn(); upkeep_Murkfiend_Liege(); upkeep_Mirror_Sigil_Sergeant(); - upkeep_Luminous_Angel(); + //upkeep_Luminous_Angel(); upkeep_Verdant_Force(); upkeep_Dragon_Broodmother(); //put this before bitterblossom and mycoloth, so that they will resolve FIRST upkeep_Bitterblossom(); @@ -8585,7 +8585,7 @@ public class GameActionUtil { }// for }// upkeep_Mycoloth() - + /* private static void upkeep_Luminous_Angel() { final String player = AllZone.Phase.getActivePlayer(); PlayerZone playZone = AllZone.getZone(Constant.Zone.Play, player); @@ -8637,7 +8637,8 @@ public class GameActionUtil { AllZone.Stack.add(ability); }// for }// upkeep_Luminous_Angel() - + */ + private static void upkeep_Verdant_Force() { //final String player = AllZone.Phase.getActivePlayer(); PlayerZone hPlay = AllZone.getZone(Constant.Zone.Play, Constant.Player.Human);