()
| 2026 | } |
| 2027 | |
| 2028 | public final boolean cantWin() { |
| 2029 | return game.getReplacementHandler().cantHappenCheck(ReplacementType.GameWin, AbilityKey.mapFromAffected(this)); |
| 2030 | } |
| 2031 | |
| 2032 | public final boolean checkLoseCondition() { |
| 2033 | // Just in case player already lost |
no test coverage detected