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
|
||||
no text
|
||||
0/1
|
||||
abLoseLifeTgt 1 B T:1
|
||||
|
||||
Barren Glory
|
||||
4 W W
|
||||
|
||||
@@ -14753,6 +14753,8 @@ public class CardFactory_Creatures {
|
||||
card.addComesIntoPlayCommand(intoPlay);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Acolyte of Xathrid")) {
|
||||
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.setBeforePayMana(CardFactoryUtil.input_targetPlayer(ability));
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
|
||||
Reference in New Issue
Block a user