Converted Behemoth Sledge from code to keyword.

This commit is contained in:
jendave
2011-08-06 03:32:34 +00:00
parent 65ed74e308
commit 58369314d3
2 changed files with 4 additions and 1 deletions

View File

@@ -7624,6 +7624,7 @@ Behemoth Sledge
1 G W
Artifact Equipment
Equipped creature gets +2/+2 and has lifelink and trample.
VanillaEquipment:2:2:3:Lifelink:Trample:none
Fireshrieker
3

View File

@@ -234,7 +234,8 @@ class CardFactory_Equipment {
} //*************** END ************ END **************************
/*
//*************** START *********** START **************************
else if(cardName.equals("Behemoth Sledge")) {
final Ability equip = new Ability(card, "3") {
@@ -344,6 +345,7 @@ class CardFactory_Equipment {
card.addUnEquipCommand(onUnEquip);
} //*************** END ************ END **************************
*/
//*************** START *********** START **************************