MCPcopy 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
3531int
3532shiny_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 */
3538staticfn void

Callers 1

shiny_orc_stuffFunction · 0.85

Calls 1

rnd_otyp_by_namedescFunction · 0.85

Tested by

no test coverage detected