Fix Disguise Ward not triggering (#4666)

This commit is contained in:
tool4ever
2024-02-12 01:06:16 +01:00
committed by GitHub
parent 693e054145
commit 2e326626ea

View File

@@ -388,9 +388,6 @@ public class TriggerHandler {
return false; // It's not the right phase to go off.
}
if (regtrig.getHostCard().isFaceDown() && regtrig.isIntrinsic()) {
return false; // Morphed cards only have pumped triggers go off.
}
if (TriggerType.Always.equals(regtrig.getMode())) {
if (game.getStack().hasStateTrigger(regtrig.getId())) {
return false; // State triggers that are already on the stack