mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Converted Acolyte of Xathrid from card object to keyword.
This commit is contained in:
@@ -3811,6 +3811,7 @@ B
|
|||||||
Creature Human Cleric
|
Creature Human Cleric
|
||||||
no text
|
no text
|
||||||
0/1
|
0/1
|
||||||
|
abLoseLifeTgt 1 B T:1
|
||||||
|
|
||||||
Barren Glory
|
Barren Glory
|
||||||
4 W W
|
4 W W
|
||||||
|
|||||||
@@ -14753,6 +14753,8 @@ public class CardFactory_Creatures {
|
|||||||
card.addComesIntoPlayCommand(intoPlay);
|
card.addComesIntoPlayCommand(intoPlay);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Acolyte of Xathrid")) {
|
else if(cardName.equals("Acolyte of Xathrid")) {
|
||||||
final SpellAbility ability = new Ability_Tap(card, "1 B") {
|
final SpellAbility ability = new Ability_Tap(card, "1 B") {
|
||||||
@@ -14782,6 +14784,7 @@ public class CardFactory_Creatures {
|
|||||||
ability.setDescription("1 B, tap: Target player loses 1 life.");
|
ability.setDescription("1 B, tap: Target player loses 1 life.");
|
||||||
ability.setBeforePayMana(CardFactoryUtil.input_targetPlayer(ability));
|
ability.setBeforePayMana(CardFactoryUtil.input_targetPlayer(ability));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
|
|||||||
Reference in New Issue
Block a user