mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Converted Behemoth Sledge from code to keyword.
This commit is contained in:
@@ -7624,6 +7624,7 @@ Behemoth Sledge
|
|||||||
1 G W
|
1 G W
|
||||||
Artifact Equipment
|
Artifact Equipment
|
||||||
Equipped creature gets +2/+2 and has lifelink and trample.
|
Equipped creature gets +2/+2 and has lifelink and trample.
|
||||||
|
VanillaEquipment:2:2:3:Lifelink:Trample:none
|
||||||
|
|
||||||
Fireshrieker
|
Fireshrieker
|
||||||
3
|
3
|
||||||
|
|||||||
@@ -234,7 +234,8 @@ class CardFactory_Equipment {
|
|||||||
|
|
||||||
} //*************** END ************ END **************************
|
} //*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Behemoth Sledge")) {
|
else if(cardName.equals("Behemoth Sledge")) {
|
||||||
final Ability equip = new Ability(card, "3") {
|
final Ability equip = new Ability(card, "3") {
|
||||||
@@ -344,6 +345,7 @@ class CardFactory_Equipment {
|
|||||||
card.addUnEquipCommand(onUnEquip);
|
card.addUnEquipCommand(onUnEquip);
|
||||||
|
|
||||||
} //*************** END ************ END **************************
|
} //*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
|
|||||||
Reference in New Issue
Block a user