mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Little fix in changeHiddenTriggerAI.
This commit is contained in:
@@ -413,7 +413,7 @@ public final class AbilityFactory_ChangeZone {
|
||||
|
||||
HashMap<String, String> params = af.getMapParams();
|
||||
//String destination = params.get("Destination");
|
||||
Constant.Zone origin = Constant.Zone.smartValueOf(params.get("Origin"));
|
||||
List<Zone> origin = Zone.listValueOf(params.get("Origin"));
|
||||
|
||||
// this works for hidden because the mana is paid first.
|
||||
String type = params.get("ChangeType");
|
||||
|
||||
Reference in New Issue
Block a user