mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Cost from ManaCost ctor will behave correctly for manacost that can't be paid (Lotus Bloom)
This commit is contained in:
@@ -104,7 +104,7 @@ public class Cost {
|
||||
// Parsing Strings
|
||||
|
||||
public Cost(ManaCost cost, final boolean bAbility) {
|
||||
this(cost.toString(), bAbility);
|
||||
costParts.add(new CostPartMana(cost, null, false));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user