mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +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) {
|
||||
//game.getAction().checkStaticAbilities();
|
||||
game.getAction().checkStaticAbilities();
|
||||
} else if (runParams.containsKey("Destination")) {
|
||||
// Check static abilities when a card enters the battlefield
|
||||
String type = (String) runParams.get("Destination");
|
||||
if (type.equals("Battlefield")) {
|
||||
//game.getAction().checkStaticAbilities();
|
||||
game.getAction().checkStaticAbilities();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user