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

Function may_passwall

src/hack.c:931–936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929}
930
931boolean
932may_passwall(coordxy x, coordxy y)
933{
934 return (boolean) !(IS_STWALL(levl[x][y].typ)
935 && (levl[x][y].wall_info & W_NONPASSWALL));
936}
937
938boolean
939bad_rock(struct permonst *mdat, coordxy x, coordxy y)

Callers 6

goodposFunction · 0.85
bad_rockFunction · 0.85
test_moveFunction · 0.85
hurtle_stepFunction · 0.85
mfndposFunction · 0.85
figurine_location_checksFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_moveFunction · 0.68