mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
invalid flag
This commit is contained in:
parent
ffcdd06c75
commit
98d4942174
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ import mage.game.permanent.token.GolemToken;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author North
|
||||
* @author North, Loki
|
||||
*/
|
||||
public class MasterSplicer extends CardImpl<MasterSplicer> {
|
||||
|
||||
|
@ -64,7 +64,7 @@ public class MasterSplicer extends CardImpl<MasterSplicer> {
|
|||
this.toughness = new MageInt(1);
|
||||
|
||||
this.addAbility(new EntersBattlefieldTriggeredAbility(new CreateTokenEffect(new GolemToken())));
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostControlledEffect(1, 1, Duration.WhileOnBattlefield, filter, true)));
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostControlledEffect(1, 1, Duration.WhileOnBattlefield, filter, false)));
|
||||
}
|
||||
|
||||
public MasterSplicer(final MasterSplicer card) {
|
||||
|
|
Loading…
Reference in a new issue