MCPcopy 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
1118void
1119bypass_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 */
1126void

Callers 9

possibly_unwieldFunction · 0.85
retouch_equipmentFunction · 0.85
m_lose_armorFunction · 0.85
nxt_unbypassed_objFunction · 0.85
nxt_unbypassed_lootFunction · 0.85
make_corpseFunction · 0.85
newchamFunction · 0.85
bhitmFunction · 0.85
stone_to_flesh_objFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected