mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Revert RemoveOptional in GameState, might break on clones.
This commit is contained in:
@@ -935,11 +935,6 @@ public abstract class GameState {
|
||||
svarValue += " | ValidTgts$ Card";
|
||||
}
|
||||
}
|
||||
|
||||
// We don't want to ask for Optional, since the effect is being precast as already active
|
||||
if (svarValue.contains("| Optional$")) {
|
||||
svarValue = TextUtil.fastReplace(svarValue, "| Optional$", "| RemovedOptional$");
|
||||
}
|
||||
}
|
||||
|
||||
sa = AbilityFactory.getAbility(svarValue, c);
|
||||
|
||||
Reference in New Issue
Block a user