Converted Acolyte of Xathrid from card object to keyword.

This commit is contained in:
jendave
2011-08-06 03:40:48 +00:00
parent c24d45e3c7
commit a3d4c46810
2 changed files with 4 additions and 0 deletions

View File

@@ -3811,6 +3811,7 @@ B
Creature Human Cleric
no text
0/1
abLoseLifeTgt 1 B T:1
Barren Glory
4 W W

View File

@@ -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 **************************