- Initial submission of Static Abilities which resolve instead of get added to the Stack.

- Added Ability_Static.java
- Changed Morph, Totem Armor, Hatchling's etb, Multikicker's etb, Swans of Bryn Argoll, An-Zerrin Ruins to be a Static Ability.
- Fixed Morph interaction with Linvala
This commit is contained in:
jendave
2011-08-06 08:27:14 +00:00
parent 43c50cd9f2
commit ef4893e70c
7 changed files with 29 additions and 12 deletions

View File

@@ -10532,7 +10532,7 @@ public class CardFactory implements NewConstants {
//*************** START *********** START **************************
else if (cardName.equals("An-Zerrin Ruins")) {
final SpellAbility comesIntoPlayAbility = new Ability(card, "0") {
final Ability_Static comesIntoPlayAbility = new Ability_Static(card, "0") {
@Override
public void resolve() {
String chosenType = "";