mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Avoid clearTriggers
This commit is contained in:
@@ -772,7 +772,6 @@ public class Game {
|
||||
for (Card c : cards) {
|
||||
// CR 800.4d if card is controlled by opponent, LTB should trigger
|
||||
if (c.getOwner().equals(p) && c.getController().equals(p)) {
|
||||
c.getCurrentState().clearTriggers();
|
||||
c.getGame().getTriggerHandler().clearActiveTriggers(c, null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user