mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fixed Legion Warboss token ability
This commit is contained in:
parent
1c1622a005
commit
4741db2c4b
1 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,8 @@ class LegionWarbossAbility extends StaticAbility {
|
|||
|
||||
public LegionWarbossAbility() {
|
||||
super(Zone.BATTLEFIELD, new AttacksIfAbleSourceEffect(
|
||||
Duration.WhileOnBattlefield, false
|
||||
));
|
||||
Duration.WhileOnBattlefield, true
|
||||
).setText("this creature attacks this combat if able"));
|
||||
}
|
||||
|
||||
public LegionWarbossAbility(LegionWarbossAbility ability) {
|
||||
|
|
Loading…
Reference in a new issue