mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Converted Behemoth Sledge from code to keyword.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 **************************
|
||||
|
||||
Reference in New Issue
Block a user