Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ canCrew
Method
canCrew
forge-game/src/main/java/forge/game/card/Card.java:6688–6690 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6686
}
6687
6688
public
boolean canCrew() {
6689
return
canTap() && !StaticAbilityCantCrew.cantCrew(this);
6690
}
6691
6692
public
int
getTimesCrewedThisTurn() {
6693
return
timesCrewedThisTurn;
Callers
nothing calls this directly
Calls
2
canTap
Method · 0.95
cantCrew
Method · 0.95
Tested by
no test coverage detected