- Converted Nether Spirit to Trigger.

- Little Updates and Fixes to card text files.
This commit is contained in:
jendave
2011-08-06 21:46:47 +00:00
parent 05b8991be7
commit cbeb9cb26b
6 changed files with 10 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ public class GameActionUtil {
upkeep_Wolf_Skull_Shaman();
upkeep_Oversold_Cemetery();
upkeep_Nether_Spirit();
//upkeep_Nether_Spirit();
upkeep_Vampire_Lacerator();
upkeep_Sleeper_Agent();
upkeep_Pillory_of_the_Sleepless();
@@ -4105,6 +4105,7 @@ public class GameActionUtil {
}
}//Oversold Cemetery
/*
private static void upkeep_Nether_Spirit() {
final Player player = AllZone.Phase.getPlayerTurn();
final PlayerZone graveyard = AllZone.getZone(Constant.Zone.Graveyard, player);
@@ -4141,6 +4142,7 @@ public class GameActionUtil {
}
} //if
}//nether spirit
*/
public static void upkeep_Suspend() {
Player player = AllZone.Phase.getPlayerTurn();