mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Reenabling CheckStaticEffects in triggerhandler
This commit is contained in:
@@ -322,15 +322,13 @@ public class TriggerHandler {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Commenting out the checkStaticAbilities() section
|
|
||||||
// Since this should generally be called from within checkStaticAbilities
|
|
||||||
if (checkStatics) {
|
if (checkStatics) {
|
||||||
//game.getAction().checkStaticAbilities();
|
game.getAction().checkStaticAbilities();
|
||||||
} else if (runParams.containsKey("Destination")) {
|
} else if (runParams.containsKey("Destination")) {
|
||||||
// Check static abilities when a card enters the battlefield
|
// Check static abilities when a card enters the battlefield
|
||||||
String type = (String) runParams.get("Destination");
|
String type = (String) runParams.get("Destination");
|
||||||
if (type.equals("Battlefield")) {
|
if (type.equals("Battlefield")) {
|
||||||
//game.getAction().checkStaticAbilities();
|
game.getAction().checkStaticAbilities();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user