mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 03:39:54 -08:00
Fixing tabs to spaces
This commit is contained in:
parent
2ca0639f15
commit
44f8293c42
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ public class QuilledSliver extends CardImpl {
|
|||
this.power = new MageInt(1);
|
||||
this.toughness = new MageInt(1);
|
||||
|
||||
// All Slivers have "{tap}: This permanent deals 1 damage to target attacking or blocking creature."
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new DamageTargetEffect(1), new TapSourceCost());
|
||||
// All Slivers have "{tap}: This permanent deals 1 damage to target attacking or blocking creature."
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new DamageTargetEffect(1), new TapSourceCost());
|
||||
ability.addTarget(new TargetAttackingOrBlockingCreature());
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD,
|
||||
new GainAbilityAllEffect(ability,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue