allow "when" for OtherYouControlEntersEffect

master
ShawnieBoy 2017-04-25 14:41:48 +01:00
parent 106eefc98a
commit ecc549f73a
1 changed files with 1 additions and 1 deletions

View File

@ -926,7 +926,7 @@ public enum MagicAbility {
));
}
},
OtherYouControlEntersEffect("Whenever " + ARG.WORDRUN + " enters the battlefield under your control, " + ARG.EFFECT, 10) {
OtherYouControlEntersEffect("When(ever)? " + ARG.WORDRUN + " enters the battlefield under your control, " + ARG.EFFECT, 10) {
protected void addAbilityImpl(final MagicAbilityStore card, final Matcher arg) {
card.add(OtherEntersBattlefieldTrigger.create(
MagicTargetFilterFactory.Permanent(ARG.wordrun(arg) + " you control"),