mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
convert AEther Vial's upkeep ability to WheneverKeyword
This commit is contained in:
@@ -2,6 +2,7 @@ Name:AEther Vial
|
||||
ManaCost:1
|
||||
Types:Artifact
|
||||
Text:At the beginning of your upkeep, you may put a charge counter on AEther Vial.
|
||||
K:WheneverKeyword:BeginningOfUpkeep:No_Initiator:Play:CustomCounter.CHARGE/1:Self:ASAP:Yes_No:ControllerUpkeep:At the beginning of your upkeep, you may put a charge counter on CARDNAME.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/aether_vial.jpg
|
||||
|
||||
@@ -57,7 +57,7 @@ public class GameActionUtil {
|
||||
upkeep_Scute_Mob();
|
||||
upkeep_Lichenthrope();
|
||||
upkeep_Heartmender();
|
||||
upkeep_AEther_Vial();
|
||||
//upkeep_AEther_Vial();
|
||||
upkeep_Ratcatcher();
|
||||
upkeep_Nath();
|
||||
upkeep_Anowon();
|
||||
@@ -6753,7 +6753,7 @@ public class GameActionUtil {
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
private static void upkeep_AEther_Vial() {
|
||||
final Player player = AllZone.Phase.getActivePlayer();
|
||||
PlayerZone playZone = AllZone.getZone(Constant.Zone.Play, player);
|
||||
@@ -6794,6 +6794,7 @@ public class GameActionUtil {
|
||||
}//for
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
private static void upkeep_Dragonmaster_Outcast() {
|
||||
final Player player = AllZone.Phase.getActivePlayer();
|
||||
|
||||
Reference in New Issue
Block a user