| 2777 | } |
| 2778 | |
| 2779 | static int maps_removeTileAquifer(lua_State* L) |
| 2780 | { |
| 2781 | auto pos = CheckCoordXYZ(L, 1, true); |
| 2782 | lua_pushboolean(L, Maps::removeTileAquifer(pos)); |
| 2783 | return 1; |
| 2784 | } |
| 2785 | |
| 2786 | static int maps_addMaterialSpatter(lua_State *L) |
| 2787 | { |
nothing calls this directly
no test coverage detected