MCPcopy Index your code
hub / github.com/NetHack/NetHack / bcsign

Function bcsign

src/mkobj.c:1856–1860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1854}
1855
1856int
1857bcsign(struct obj *otmp)
1858{
1859 return (!!otmp->blessed - !!otmp->cursed);
1860}
1861
1862/* set the object's bless/curse-state known flag */
1863void

Callers 15

peffect_hallucinationFunction · 0.85
peffect_boozeFunction · 0.85
peffect_invisibilityFunction · 0.85
peffect_see_invisibleFunction · 0.85
peffect_paralysisFunction · 0.85
peffect_sleepingFunction · 0.85
peffect_confusionFunction · 0.85
peffect_speedFunction · 0.85
peffect_blindnessFunction · 0.85
peffect_healingFunction · 0.85
peffect_extra_healingFunction · 0.85
peffect_full_healingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected