- Moved the execution of getStLandManaAbilities() to checkStaticAbilities() (fixes Evil Presence).

This commit is contained in:
Sloth
2012-02-08 20:44:00 +00:00
parent 091509434a
commit 4fdd9a5bcd
3 changed files with 18 additions and 17 deletions

View File

@@ -863,6 +863,8 @@ public class GameAction {
final Command com = GameActionUtil.getCommands().get(effect);
com.execute();
}
GameActionUtil.getStLandManaAbilities().execute();
}
/**
@@ -1028,8 +1030,6 @@ public class GameAction {
this.destroyLegendaryCreatures();
this.destroyPlaneswalkers();
GameActionUtil.getStLandManaAbilities().execute();
if (!refreeze) {
AllZone.getStack().unfreezeStack();
}