add Gustcloak Harrier (from Onslaught)

This commit is contained in:
slapshot5
2011-10-06 03:11:39 +00:00
parent cf0d6b3fc1
commit 809abd9b8e
3 changed files with 13 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -3462,6 +3462,7 @@ res/cardsfolder/g/guilty_conscience.txt svneol=native#text/plain
res/cardsfolder/g/guma.txt svneol=native#text/plain
res/cardsfolder/g/gush.txt svneol=native#text/plain
res/cardsfolder/g/gust_skimmer.txt svneol=native#text/plain
res/cardsfolder/g/gustcloak_harrier.txt -text
res/cardsfolder/g/gustcloak_skirmisher.txt -text
res/cardsfolder/g/gustrider_exuberant.txt svneol=native#text/plain
res/cardsfolder/g/gut_shot.txt svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Gustcloak Harrier
ManaCost:1 W W
Types:Creature Bird Soldier
Text:no text
PT:2/2
K:Flying
T:Mode$ AttackerBlocked | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigUntap | TriggerDescription$ Whenever CARDNAME becomes blocked, you may untap it and remove it from combat.
SVar:TrigUntap:AB$ Untap | Cost$ 0 | Defined$ Self | SubAbility$ RemCombat
SVar:RemCombat:DB$ RemoveFromCombat | Defined$ Self
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/gustcloak_harrier.jpg
End

View File

@@ -568,7 +568,6 @@ public final class AbilityFactory_Combat {
private static String removeFromCombatStackDescription(final AbilityFactory af, final SpellAbility sa) {
HashMap<String, String> params = af.getMapParams();
Card host = af.getHostCard();
StringBuilder sb = new StringBuilder();
if (sa instanceof Ability_Sub) {