(final SpellAbility ability, final Player payer, final boolean effect)
| 64 | } |
| 65 | |
| 66 | @Override |
| 67 | public final boolean canPay(final SpellAbility ability, final Player payer, final boolean effect) { |
| 68 | final Card source = ability.getHostCard(); |
| 69 | return source.canTap() && !source.isAbilitySick(); |
| 70 | } |
| 71 | |
| 72 | @Override |
| 73 | public boolean payAsDecided(Player payer, PaymentDecision decision, SpellAbility ability, final boolean effect) { |
nothing calls this directly
no test coverage detected