mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Added Auriok Steelshaper.
This commit is contained in:
@@ -194,6 +194,9 @@ public class StaticAbilityCostChange {
|
||||
}
|
||||
if (params.get("Type").equals("Cycling") && !sa.isCycling()) {
|
||||
return originalCost;
|
||||
} else if (params.get("Type").equals("Equip")
|
||||
&& (!(sa instanceof AbilityActivated) || !sa.hasParam("Equip"))) {
|
||||
return originalCost;
|
||||
}
|
||||
}
|
||||
if (params.containsKey("ValidTarget")) {
|
||||
|
||||
Reference in New Issue
Block a user