()
| 7960 | } |
| 7961 | |
| 7962 | public boolean isAbilitySick() { |
| 7963 | if (!isSick()) { |
| 7964 | return false; |
| 7965 | } |
| 7966 | return !StaticAbilityActivateAbilityAsIfHaste.canActivate(this); |
| 7967 | } |
| 7968 | |
| 7969 | public boolean isWitherDamage() { |
| 7970 | if (hasKeyword(Keyword.WITHER) || hasKeyword(Keyword.INFECT)) { |
no test coverage detected