mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Update FacelessButcher.java
This commit is contained in:
parent
9fac75e66b
commit
8e070e2425
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ import mage.target.TargetPermanent;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author Temba
|
||||
* @author Temba21
|
||||
*/
|
||||
public class FacelessButcher extends CardImpl {
|
||||
|
||||
|
@ -70,7 +70,7 @@ public class FacelessButcher extends CardImpl {
|
|||
// When Faceless Butcher enters the battlefield, exile target creature other than Faceless Butcher.
|
||||
Ability ability1 = new EntersBattlefieldTriggeredAbility(new ExileTargetForSourceEffect(), false);
|
||||
Target target = new TargetPermanent(filter);
|
||||
ability1.addTarget(target);
|
||||
ability1.addTarget(target);
|
||||
this.addAbility(ability1);
|
||||
|
||||
// When Faceless Butcher leaves the battlefield, return the exiled card to the battlefield under its owner's control.
|
||||
|
|
Loading…
Reference in a new issue