mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Merge pull request #2238 from tool4ever/simfix
Simulation: Fix including unjustified decisions
This commit is contained in:
@@ -254,7 +254,6 @@ public class Cost implements Serializable {
|
||||
else
|
||||
manaParts.append(part).append(" ");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (parsedMana == null && (manaParts.length() > 0 || xCantBe0)) {
|
||||
|
||||
Reference in New Issue
Block a user