- Converted Koth of the Hammer to script.

This commit is contained in:
jeffwadsworth
2011-10-29 01:59:50 +00:00
parent 4e155bd68c
commit bc7dee9645
2 changed files with 9 additions and 0 deletions

View File

@@ -1297,6 +1297,7 @@ public class CardFactory_Planeswalkers {
return card;
} // *************** END ************ END **************************
/*
// *************** START *********** START **************************
else if (cardName.equals("Koth of the Hammer")) {
// computer only plays ability 1 and 3, put 1/1 Soldier in play and
@@ -1529,6 +1530,7 @@ public class CardFactory_Planeswalkers {
return card;
}
// *************** END ************ END **************************
*/
return card;
}