From 44f8293c4281b2b44b65b64400703cf251b985d0 Mon Sep 17 00:00:00 2001 From: Clint Herron Date: Thu, 22 Sep 2016 14:39:12 -0400 Subject: [PATCH] Fixing tabs to spaces --- Mage.Sets/src/mage/sets/timespiral/QuilledSliver.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/sets/timespiral/QuilledSliver.java b/Mage.Sets/src/mage/sets/timespiral/QuilledSliver.java index 5408ad84424..e2383f61e92 100644 --- a/Mage.Sets/src/mage/sets/timespiral/QuilledSliver.java +++ b/Mage.Sets/src/mage/sets/timespiral/QuilledSliver.java @@ -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,