aboutsummaryrefslogtreecommitdiff
path: root/client/map
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-21 21:38:33 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-21 21:38:35 +0200
commite1f6d55b1a26458d132ba58a72c0e0def1bc121e (patch)
tree4dce0abe240954cdd15c11e43422e2045b156ece /client/map
parentcdc7b759a1d4e44493378c22d43217d50c40173a (diff)
downloadhurrycurry-e1f6d55b1a26458d132ba58a72c0e0def1bc121e.tar
hurrycurry-e1f6d55b1a26458d132ba58a72c0e0def1bc121e.tar.bz2
hurrycurry-e1f6d55b1a26458d132ba58a72c0e0def1bc121e.tar.zst
rename cutting and rolling board everywhere
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)