| 469 | } |
| 470 | |
| 471 | static int burrow_tiles_box_remove(lua_State *L) { |
| 472 | color_ostream *out = Lua::GetOutput(L); |
| 473 | if (!out) |
| 474 | out = &Core::getInstance().getConsole(); |
| 475 | DEBUG(status,*out).print("entering burrow_tiles_box_remove\n"); |
| 476 | box_fill(L, false); |
| 477 | return 0; |
| 478 | } |
| 479 | |
| 480 | // ramp tops inherit walkability group of the tile below |
| 481 | static uint16_t get_walk_group(const df::coord & pos) { |