()
| 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 | } |
nothing calls this directly
no test coverage detected