MCPcopy Create free account
hub / github.com/Card-Forge/forge / isAbilitySick

Method isAbilitySick

forge-game/src/main/java/forge/game/card/Card.java:7962–7967  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)) {

Callers 3

canPayMethod · 0.95
canPayMethod · 0.95
shouldPumpCardMethod · 0.80

Calls 2

isSickMethod · 0.95
canActivateMethod · 0.95

Tested by

no test coverage detected