fix hardcoded Planeswalkers not having abilities

This commit is contained in:
slapshot5
2011-11-01 12:42:50 +00:00
parent f63a383335
commit 74596b2a60

View File

@@ -513,7 +513,7 @@ public class CardFactory_Planeswalkers {
* **************************
*/
// *************** START *********** START **************************
else if (cardName.equals("Tezzeret the Seeker")) {
if (cardName.equals("Tezzeret the Seeker")) {
final int[] turn = new int[1];
turn[0] = -1;