mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Update MagmaSliver.java
This commit is contained in:
parent
046059db5a
commit
c7e2e2769c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class MagmaSliver extends CardImpl<MagmaSliver> {
|
|||
|
||||
// All Slivers have "{tap}: Target Sliver creature gets +X/+0 until end of turn, where X is the number of Slivers on the battlefield."
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new BoostTargetEffect(new PermanentsOnBattlefieldCount(new FilterCreaturePermanent("Sliver", "Sliver creatures")), new StaticValue(0), Duration.EndOfTurn), new TapSourceCost());
|
||||
Target target = new TargetCreaturePermanent(new FilterCreaturePermanent("Sliver", "Sliver creatures"));
|
||||
Target target = new TargetCreaturePermanent(new FilterCreaturePermanent("Sliver", "Sliver creature"));
|
||||
target.setRequired(true);
|
||||
ability.addTarget(target);
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new GainAbilityAllEffect(ability, Duration.WhileOnBattlefield, new FilterCreaturePermanent("Sliver", "Sliver creatures"))));
|
||||
|
|
Loading…
Reference in a new issue