mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Fix Disguise Ward not triggering (#4666)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user