mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- fix two cards containing delayed triggers
This commit is contained in:
@@ -174,7 +174,7 @@ public class AbilityUtils {
|
||||
}
|
||||
}
|
||||
} else if (defined.equals("DelayTriggerRemembered")) {
|
||||
if (sa.isTrigger()) {
|
||||
if (sa.getRootAbility().isTrigger()) {
|
||||
for (Object o : sa.getRootAbility().getTriggerRemembered()) {
|
||||
if (o instanceof Card) {
|
||||
cards.add(game.getCardState((Card) o));
|
||||
|
||||
Reference in New Issue
Block a user