mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[STX] Implemented Tend the Pests
This commit is contained in:
parent
faa58b613c
commit
4a184a94b3
3 changed files with 43 additions and 1 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue