mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Converted Blightspeaker and Cackling Imp from card object to keyword.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 **************************
|
||||
|
||||
Reference in New Issue
Block a user