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

Function lspo_non_diggable

src/sp_lev.c:5936–5941  ·  view source on GitHub ↗

non_diggable(selection); */ non_diggable(); */

Source from the content-addressed store, hash-verified

5934/* non_diggable(selection); */
5935/* non_diggable(); */
5936int
5937lspo_non_diggable(lua_State *L)
5938{
5939 set_wallprop_in_selection(L, W_NONDIGGABLE);
5940 return 0;
5941}
5942
5943/* non_passwall(selection); */
5944/* non_passwall(); */

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected