forked from External/mage
* Additional costs - added support of X costs on free cast (example: Kicker X, see Thieving Skydiver and Etali, Primal Storm combo);
* As an additional cost discard X cards - fixed wrong text (example: Channeled Force, Firestorm);
This commit is contained in:
parent
d62cf17422
commit
53aababd44
65 changed files with 483 additions and 417 deletions
|
|
@ -64,4 +64,8 @@ public interface VariableCost {
|
|||
* @return
|
||||
*/
|
||||
Cost getFixedCostsFromAnnouncedValue(int xValue);
|
||||
|
||||
VariableCostType getCostType();
|
||||
|
||||
void setCostType(VariableCostType costType);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue