1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-05 09:12:29 -09:00

fixed Zurzoth, Chaos Rider's effect not resolving correctly

This commit is contained in:
Evan Kranzler 2020-07-01 21:09:26 -04:00
parent d3fad6c46e
commit 8392b652b7

View file

@ -160,6 +160,7 @@ class ZurzothChaosRiderEffect extends OneShotEffect {
private ZurzothChaosRiderEffect(final ZurzothChaosRiderEffect effect) {
super(effect);
this.playerIds.addAll(effect.playerIds);
}
@Override