mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00: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…
Reference in a new issue