mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed change zone triggers (once again).
This commit is contained in:
@@ -108,6 +108,10 @@ public class GameAction {
|
|||||||
copied.setUnearthed(c.isUnearthed()); // this might be unnecessary
|
copied.setUnearthed(c.isUnearthed()); // this might be unnecessary
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (Trigger trigger : c.getTriggers()) {
|
||||||
|
trigger.setHostCard(copied);
|
||||||
|
}
|
||||||
|
|
||||||
if (suppress) {
|
if (suppress) {
|
||||||
AllZone.getTriggerHandler().suppressMode("ChangesZone");
|
AllZone.getTriggerHandler().suppressMode("ChangesZone");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user