[STX] Implemented Tend the Pests

This commit is contained in:
Evan Kranzler 2021-04-04 23:34:21 -04:00
parent faa58b613c
commit 4a184a94b3
3 changed files with 43 additions and 1 deletions

View file

@ -11,7 +11,8 @@ import mage.game.Game;
* @author LevelX2
*/
public enum SacrificeCostCreaturesPower implements DynamicValue {
instance;
instance;
@Override
public int calculate(Game game, Ability sourceAbility, Effect effect) {
for (Cost cost : sourceAbility.getCosts()) {