Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1856
int
1857
bcsign(struct obj *otmp)
1858
{
1859
return (!!otmp->blessed - !!otmp->cursed);
1860
}
1861
1862
/* set the object's bless/curse-state known flag */
1863
void
Callers
15
peffect_hallucination
Function · 0.85
peffect_booze
Function · 0.85
peffect_invisibility
Function · 0.85
peffect_see_invisible
Function · 0.85
peffect_paralysis
Function · 0.85
peffect_sleeping
Function · 0.85
peffect_confusion
Function · 0.85
peffect_speed
Function · 0.85
peffect_blindness
Function · 0.85
peffect_healing
Function · 0.85
peffect_extra_healing
Function · 0.85
peffect_full_healing
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected