forked from External/mage
text errata updates: various "enters the battlefield" -> "enters" (#12626)
* enters the battlefield, -> enters,
* {this} enters the battlefield -> {this} enters
* EntersBattlefieldAbility
* , it enters
* enters the battlefield under your control -> you control enters
* rework some trigger phrase logic
* fix tests
This commit is contained in:
parent
ab803079b9
commit
b78956d286
1137 changed files with 1403 additions and 1395 deletions
|
|
@ -17,7 +17,7 @@ import mage.target.common.TargetAnyTarget;
|
|||
*/
|
||||
public final class LukkaWaywardBonderEmblem extends Emblem {
|
||||
|
||||
// −7: You get an emblem with "Whenever a creature enters the battlefield under your control, it deals damage equal to its power to any target."
|
||||
// −7: You get an emblem with "Whenever a creature you control enters, it deals damage equal to its power to any target."
|
||||
public LukkaWaywardBonderEmblem() {
|
||||
super("Emblem Lukka");
|
||||
Ability ability = new EntersBattlefieldControlledTriggeredAbility(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue