mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed change zone triggers (once again).
This commit is contained in:
@@ -107,6 +107,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