mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Converted Acolyte of Xathrid from card object to keyword.
This commit is contained in:
@@ -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