Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ isSick
Method
isSick
forge-game/src/main/java/forge/game/card/Card.java:3683–3685 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3681
}
3682
3683
public
final
boolean isSick() {
3684
return
hasSickness() && isCreature();
3685
}
3686
3687
public
final
boolean isFirstTurnControlled() {
3688
return
sickness;
Callers
15
isAbilitySick
Method · 0.95
testActivateAbilityTriggers
Method · 0.95
testDash
Method · 0.95
testTokenAbilities
Method · 0.95
addCard
Method · 0.45
canAttackHaste
Method · 0.45
getCardsForEnlisting
Method · 0.45
tryStackCard
Method · 0.45
drawAbilityIcons
Method · 0.45
displayIconOverlay
Method · 0.45
collectAllTokens
Method · 0.45
collectAllCreatures
Method · 0.45
Calls
2
hasSickness
Method · 0.95
isCreature
Method · 0.95
Tested by
3
testActivateAbilityTriggers
Method · 0.76
testDash
Method · 0.76
testTokenAbilities
Method · 0.76