Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ unplacebc
Function
unplacebc
src/ball.c:211–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
void
212
unplacebc(void)
213
{
214
if (bcrestriction) {
215
impossible(
"unplacebc denied, restriction in place"
);
216
return;
217
}
218
unplacebc_core();
219
}
220
221
int
222
unplacebc_and_covet_placebc(void)
Callers
8
teleds
Function · 0.85
goto_level
Function · 0.85
trapeffect_pit
Function · 0.85
drown
Function · 0.85
gulpmu
Function · 0.85
litter_scatter
Function · 0.85
flip_level
Function · 0.85
makemap_prepost
Function · 0.85
Calls
2
unplacebc_core
Function · 0.85
impossible
Function · 0.70
Tested by
no test coverage detected