forked from External/mage
tests: added test and todo for Devoted Druid bug (related to #13583)
This commit is contained in:
parent
4941a0dd8f
commit
d0fd0c4023
4 changed files with 103 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue