Converted Blightspeaker and Cackling Imp from card object to keyword.

This commit is contained in:
jendave
2011-08-06 03:40:54 +00:00
parent a3d4c46810
commit 481f0b8231
2 changed files with 5 additions and 2 deletions

View File

@@ -10843,6 +10843,7 @@ Blightspeaker
Creature Human Rebel Cleric
no text
1/1
abLoseLifeTgt T:1
SearchRebel:4
Amrou Scout
@@ -16164,6 +16165,7 @@ Creature Imp
no text
2/2
Flying
abLoseLifeTgt T:1
Chittering Rats
1 B B

View File

@@ -14508,6 +14508,7 @@ public class CardFactory_Creatures {
}//*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Cackling Imp") || cardName.equals("Blightspeaker")) {
final Ability_Tap ability = new Ability_Tap(card) {
@@ -14534,7 +14535,7 @@ public class CardFactory_Creatures {
ability.setStackDescription(card.getName() + " - Opponent loses 1 life.");
ability.setBeforePayMana(new Input_NoCost_TapAbility(ability));
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************