Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isSick
Method · 0.95
setupPlayerState
Method · 0.45
setCardInCopiedGame
Method · 0.45
shouldPumpCard
Method · 0.45
getPumpedCreature
Method · 0.45
isUsefulAttachKeyword
Method · 0.45
checkApiLogic
Method · 0.45
becomeAnimated
Method · 0.45
copyGameState
Method · 0.45
Calls
1
hasKeyword
Method · 0.95
Tested by
no test coverage detected