mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
fixed Phyrexian Scriptures exiling all graveyards rather than the opponents'
This commit is contained in:
parent
a5fc4d0741
commit
95efa51197
2 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ public class ExileGraveyardAllPlayersEffect extends OneShotEffect {
|
|||
|
||||
@Override
|
||||
public ExileGraveyardAllPlayersEffect copy() {
|
||||
return new ExileGraveyardAllPlayersEffect();
|
||||
return new ExileGraveyardAllPlayersEffect(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue