forked from External/mage
Fixes to casting calculations (#9049)
This commit is contained in:
parent
4f0e0a2ec6
commit
484e6c20f1
2 changed files with 54 additions and 3 deletions
|
|
@ -277,4 +277,8 @@ public class AlternativeCostSourceAbility extends StaticAbility implements Alter
|
|||
return alterCosts;
|
||||
}
|
||||
|
||||
public DynamicCost getDynamicCost() {
|
||||
return dynamicCost;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue