mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Update AbilityImpl.java
This commit is contained in:
parent
8b41224f0a
commit
253c31f2ab
1 changed files with 1 additions and 1 deletions
|
|
@ -941,7 +941,7 @@ public abstract class AbilityImpl implements Ability {
|
|||
// as list of costs
|
||||
Costs<Cost> list = (Costs<Cost>) cost;
|
||||
for (Cost single : list) {
|
||||
addCost(single);
|
||||
addCost(single, index);
|
||||
}
|
||||
} else {
|
||||
// as single cost
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue