mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
fix hardcoded Planeswalkers not having abilities
This commit is contained in:
@@ -513,7 +513,7 @@ public class CardFactory_Planeswalkers {
|
|||||||
* **************************
|
* **************************
|
||||||
*/
|
*/
|
||||||
// *************** START *********** START **************************
|
// *************** START *********** START **************************
|
||||||
else if (cardName.equals("Tezzeret the Seeker")) {
|
if (cardName.equals("Tezzeret the Seeker")) {
|
||||||
final int[] turn = new int[1];
|
final int[] turn = new int[1];
|
||||||
turn[0] = -1;
|
turn[0] = -1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user