MCPcopy Create free account
hub / github.com/NetHack/NetHack / hcolor

Function hcolor

src/do_name.c:1460–1466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1458};
1459
1460const char *
1461hcolor(const char *colorpref)
1462{
1463 return (Hallucination || !colorpref)
1464 ? hcolors[rn2_on_display_rng(SIZE(hcolors))]
1465 : colorpref;
1466}
1467
1468/* return a random real color unless hallucinating */
1469const char *

Callers 15

chweponFunction · 0.85
rndcurseFunction · 0.85
rndcolorFunction · 0.85
H2Opotion_dipFunction · 0.85
potion_dipFunction · 0.85
use_crystal_ballFunction · 0.85
Helmet_onFunction · 0.85
nohandglowFunction · 0.85
doaltarobjFunction · 0.85
dosinkringFunction · 0.85
artifact_hitFunction · 0.85
glow_colorFunction · 0.85

Calls 1

rn2_on_display_rngFunction · 0.85

Tested by

no test coverage detected