mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -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
|
|
@ -86,7 +86,7 @@ public class PhyrexianScriptures extends CardImpl {
|
|||
// III — Exile all cards from all opponents' graveyards.
|
||||
sagaAbility.addChapterEffect(this, SagaChapter.CHAPTER_III,
|
||||
new ExileGraveyardAllPlayersEffect(StaticFilters.FILTER_CARD_CARDS, TargetController.OPPONENT)
|
||||
.setText("exile all cards from all opponents' graveyards"));
|
||||
);
|
||||
this.addAbility(sagaAbility);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue