Fixes to casting calculations (#9049)

This commit is contained in:
Alex Vasile 2022-07-08 22:00:19 -04:00 committed by GitHub
parent 4f0e0a2ec6
commit 484e6c20f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 3 deletions

View file

@ -277,4 +277,8 @@ public class AlternativeCostSourceAbility extends StaticAbility implements Alter
return alterCosts;
}
public DynamicCost getDynamicCost() {
return dynamicCost;
}
}