| 460 | } |
| 461 | |
| 462 | static int burrow_tiles_box_add(lua_State *L) { |
| 463 | color_ostream *out = Lua::GetOutput(L); |
| 464 | if (!out) |
| 465 | out = &Core::getInstance().getConsole(); |
| 466 | DEBUG(status,*out).print("entering burrow_tiles_box_add\n"); |
| 467 | box_fill(L, true); |
| 468 | return 0; |
| 469 | } |
| 470 | |
| 471 | static int burrow_tiles_box_remove(lua_State *L) { |
| 472 | color_ostream *out = Lua::GetOutput(L); |