mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Merge branch 'fixpay' into 'master'
Force player choice for mandatory costs See merge request core-developers/forge!4074
This commit is contained in:
@@ -515,6 +515,7 @@ public class Cost implements Serializable {
|
||||
public final Cost copy() {
|
||||
Cost toRet = new Cost();
|
||||
toRet.isAbility = this.isAbility;
|
||||
toRet.isMandatory = this.isMandatory;
|
||||
for (CostPart cp : this.costParts) {
|
||||
toRet.costParts.add(cp.copy());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user