aboutsummaryrefslogtreecommitdiff
path: root/client/map
diff options
context:
space:
mode:
Diffstat (limited to 'client/map')
-rw-r--r--client/map/tile_factory.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/tile_factory.gd b/client/map/tile_factory.gd
index b1dc8993..4049ea47 100644
--- a/client/map/tile_factory.gd
+++ b/client/map/tile_factory.gd
@@ -45,7 +45,7 @@ func produce(tile_name: String, position: Vector2i, neighbors: Array) -> Tile:
"conveyor": return Conveyor.new(ctx)
"counter-window": return CounterWindow.new(ctx)
"counter": return CounterBase.new(ctx)
- "cuttingboard": return CuttingBoard.new(ctx)
+ "cutting-board": return CuttingBoard.new(ctx)
"door": return Door.new(ctx)
"fence": return Fence.new(ctx)
"floor": return Floor.new(ctx)