tests: added test and todo for Devoted Druid bug (related to #13583)

This commit is contained in:
Oleg Agafonov 2025-04-30 07:45:18 +04:00
parent 4941a0dd8f
commit d0fd0c4023
4 changed files with 103 additions and 4 deletions

View file

@ -10,7 +10,6 @@ import mage.game.permanent.Permanent;
import java.util.UUID;
/**
*
* @author jeffwadsworth
*/
public class PutCountersSourceCost extends CostImpl {
@ -29,6 +28,7 @@ public class PutCountersSourceCost extends CostImpl {
@Override
public boolean canPay(Ability ability, Ability source, UUID controllerId, Game game) {
// TODO: implement permanent.canAddCounters with replacement events check, see tests with Devoted Druid
return true;
}