Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ bypass_obj
Function
bypass_obj
src/worn.c:1118–1123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1116
}
1117
1118
void
1119
bypass_obj(struct obj *obj)
1120
{
1121
obj->bypass = 1;
1122
svc.context.bypasses = TRUE;
1123
}
1124
1125
/* set or clear the bypass bit in a list of objects */
1126
void
Callers
9
possibly_unwield
Function · 0.85
retouch_equipment
Function · 0.85
m_lose_armor
Function · 0.85
nxt_unbypassed_obj
Function · 0.85
nxt_unbypassed_loot
Function · 0.85
make_corpse
Function · 0.85
newcham
Function · 0.85
bhitm
Function · 0.85
stone_to_flesh_obj
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected