mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
[EOC] a few text fixes
This commit is contained in:
parent
e949870bc7
commit
177c4c9327
2 changed files with 6 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ public class PutIntoGraveFromBattlefieldAllTriggeredAbility extends TriggeredAbi
|
|||
this.onlyToControllerGraveyard = onlyToControllerGraveyard;
|
||||
this.setTargetPointer = setTargetPointer;
|
||||
setTriggerPhrase("Whenever " + CardUtil.addArticle(filter.getMessage()) + " is put into " +
|
||||
(onlyToControllerGraveyard ? "your" : "a") + " graveyard, ");
|
||||
(onlyToControllerGraveyard ? "your" : "a") + " graveyard from the battlefield, ");
|
||||
}
|
||||
|
||||
protected PutIntoGraveFromBattlefieldAllTriggeredAbility(final PutIntoGraveFromBattlefieldAllTriggeredAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue