()
| 502 | } |
| 503 | |
| 504 | public final boolean canGainLife() { |
| 505 | return isInGame() && !StaticAbilityCantGainLosePayLife.anyCantGainLife(this); |
| 506 | } |
| 507 | |
| 508 | public final int loseLife(int toLose, final boolean damage, final boolean manaBurn) { |
| 509 | // Rule 118.4 |
no test coverage detected