Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ removeHauntedBy
Method
removeHauntedBy
forge-game/src/main/java/forge/game/card/Card.java:1372–1374 ·
view source on GitHub ↗
(Card c)
Source
from the content-addressed store, hash-verified
1370
addHauntedBy(c, true);
1371
}
1372
public
final
void
removeHauntedBy(Card c) {
1373
hauntedBy = view.removeCard(hauntedBy, c, TrackableProperty.HauntedBy);
1374
}
1375
1376
public
final
Card getHaunting() {
1377
return
haunting;
Callers
1
resolve
Method · 0.80
Calls
1
removeCard
Method · 0.45
Tested by
no test coverage detected