mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
* Some minor changes.
This commit is contained in:
parent
42d9312599
commit
cf7d718226
3 changed files with 11 additions and 14 deletions
|
|
@ -51,6 +51,7 @@ public class JeeringHomunculus extends CardImpl {
|
|||
this.toughness = new MageInt(4);
|
||||
|
||||
// When Jeering Homunculus enters the battlefield, you may goad target creature.
|
||||
// (Until your next turn, that creature attacks each combat if able and attacks a player other than you if able.)
|
||||
Ability ability = new EntersBattlefieldTriggeredAbility(new GoadTargetEffect(), true);
|
||||
ability.addTarget(new TargetCreaturePermanent());
|
||||
this.addAbility(ability);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue