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

Method isSick

forge-game/src/main/java/forge/game/card/CardView.java:238–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 return isFirstTurnControlled() && !getCurrentState().hasHaste();
237 }
238 public boolean isSick() {
239 return getZone() == ZoneType.Battlefield && getCurrentState().isCreature() && hasSickness();
240 }
241 void updateSickness(Card c) {
242 set(TrackableProperty.Sickness, c.isFirstTurnControlled());
243 }

Callers

nothing calls this directly

Calls 4

getZoneMethod · 0.95
getCurrentStateMethod · 0.95
hasSicknessMethod · 0.95
isCreatureMethod · 0.65

Tested by

no test coverage detected