non_diggable(selection); */ non_diggable(); */
| 5934 | /* non_diggable(selection); */ |
| 5935 | /* non_diggable(); */ |
| 5936 | int |
| 5937 | lspo_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(); */ |
nothing calls this directly
no test coverage detected