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

Method hasSecondStrike

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

Source from the content-addressed store, hash-verified

1694 return hasKeyword(Keyword.DOUBLE_STRIKE);
1695 }
1696 public final boolean hasSecondStrike() {
1697 return hasDoubleStrike() || !hasFirstStrike();
1698 }
1699
1700 public final boolean hasSuspend() {
1701 return hasKeyword(Keyword.SUSPEND) && getLastKnownZone().is(ZoneType.Exile)

Callers

nothing calls this directly

Calls 2

hasDoubleStrikeMethod · 0.95
hasFirstStrikeMethod · 0.95

Tested by

no test coverage detected