(boolean tapAnimation, SpellAbility cause, Player tapper)
| 4687 | } |
| 4688 | |
| 4689 | public final boolean tap(boolean tapAnimation, SpellAbility cause, Player tapper) { |
| 4690 | return tap(false, tapAnimation, cause, tapper); |
| 4691 | } |
| 4692 | public final boolean tap(boolean attacker, boolean tapAnimation, SpellAbility cause, Player tapper) { |
| 4693 | if (tapped) { return false; } |
| 4694 |
no test coverage detected