mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
passing in player param for Urza's Tower check.
This commit is contained in:
@@ -582,6 +582,6 @@ public class AllZoneUtil {
|
||||
|
||||
public static boolean hasAllUrzas(Player player) {
|
||||
return isCardInPlay("Urza's Power Plant", player) && isCardInPlay("Urza's Mine", player)
|
||||
&& isCardInPlay("Urza's Tower");
|
||||
&& isCardInPlay("Urza's Tower", player);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user