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

Function lspo_non_passwall

src/sp_lev.c:5945–5950  ·  view source on GitHub ↗

non_passwall(selection); */ non_passwall(); */

Source from the content-addressed store, hash-verified

5943/* non_passwall(selection); */
5944/* non_passwall(); */
5945int
5946lspo_non_passwall(lua_State *L)
5947{
5948 set_wallprop_in_selection(L, W_NONPASSWALL);
5949 return 0;
5950}
5951
5952#if 0
5953/*ARGSUSED*/

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected