1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

fixed comment

This commit is contained in:
grilledham 2019-09-28 14:33:27 +01:00
parent ea7c027495
commit 661cd205a4

View File

@ -33,7 +33,7 @@ local no_water_grid = b.choose(is_not_water_tile, grid, b.full_shape)
local map = b.if_else(no_water_grid, b.full_shape)
-- replace grass tiles with dirt so that the rail grid is much
-- replace grass tiles with dirt so that the rail grid is more clear.
local tile_map = {
['grass-1'] = 'dirt-1',
['grass-2'] = 'dirt-2',