From e1f6d55b1a26458d132ba58a72c0e0def1bc121e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 21 Sep 2025 21:38:33 +0200 Subject: rename cutting and rolling board everywhere --- client/map/tile_factory.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/map') 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) -- cgit v1.2.3-70-g09d2