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

Method hasSickness

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

Source from the content-addressed store, hash-verified

3677 }
3678
3679 public final boolean hasSickness() {
3680 return sickness && !hasKeyword(Keyword.HASTE);
3681 }
3682
3683 public final boolean isSick() {
3684 return hasSickness() && isCreature();

Callers 9

isSickMethod · 0.95
setupPlayerStateMethod · 0.45
setCardInCopiedGameMethod · 0.45
shouldPumpCardMethod · 0.45
getPumpedCreatureMethod · 0.45
isUsefulAttachKeywordMethod · 0.45
checkApiLogicMethod · 0.45
becomeAnimatedMethod · 0.45
copyGameStateMethod · 0.45

Calls 1

hasKeywordMethod · 0.95

Tested by

no test coverage detected