mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
[FIX] Fixes issue 298 and 303.
This commit is contained in:
parent
47d759c850
commit
c26f634d85
2 changed files with 7 additions and 4 deletions
|
|
@ -51,7 +51,7 @@ public class VerdantForce extends CardImpl<VerdantForce> {
|
|||
this.color.setGreen(true);
|
||||
this.power = new MageInt(7);
|
||||
this.toughness = new MageInt(7);
|
||||
this.addAbility(new BeginningOfUpkeepTriggeredAbility(new CreateTokenEffect(new SaprolingToken()), Constants.TargetController.YOU, false));
|
||||
this.addAbility(new BeginningOfUpkeepTriggeredAbility(new CreateTokenEffect(new SaprolingToken()), Constants.TargetController.ANY, false));
|
||||
}
|
||||
|
||||
public VerdantForce(final VerdantForce card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue