Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ shiny_obj
Function
shiny_obj
src/objnam.c:3531–3535 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3529
}
3530
3531
int
3532
shiny_obj(char oclass)
3533
{
3534
return (int) rnd_otyp_by_namedesc(
"shiny"
, oclass, 0);
3535
}
3536
3537
/* set wall under hero undiggable/unphaseable from string */
3538
staticfn void
Callers
1
shiny_orc_stuff
Function · 0.85
Calls
1
rnd_otyp_by_namedesc
Function · 0.85
Tested by
no test coverage detected