mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Fixed spliced Kodama's Reach.
This commit is contained in:
@@ -1333,6 +1333,7 @@ public final class GameActionUtil {
|
|||||||
while (child.getSubAbility() != null) {
|
while (child.getSubAbility() != null) {
|
||||||
AbilitySub newChild = child.getSubAbility().getCopy();
|
AbilitySub newChild = child.getSubAbility().getCopy();
|
||||||
child.setSubAbility(newChild);
|
child.setSubAbility(newChild);
|
||||||
|
child.setActivatingPlayer(s.getActivatingPlayer());
|
||||||
child = newChild;
|
child = newChild;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user