mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- 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:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user