mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Fix null error in HiddenResolveAI for Type Changing Zones.
This commit is contained in:
@@ -412,6 +412,8 @@ public class AbilityFactory_ChangeZone {
|
|||||||
PlayerZone destZone = AllZone.getZone(destination, player);
|
PlayerZone destZone = AllZone.getZone(destination, player);
|
||||||
|
|
||||||
String type = params.get("ChangeType");
|
String type = params.get("ChangeType");
|
||||||
|
if (type == null)
|
||||||
|
type = "Card";
|
||||||
|
|
||||||
CardList fetched = new CardList();
|
CardList fetched = new CardList();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user