aboutsummaryrefslogtreecommitdiff
path: root/client/map/tile_factory.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/tile_factory.gd')
-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 dc108392..ce239f4c 100644
--- a/client/map/tile_factory.gd
+++ b/client/map/tile_factory.gd
@@ -72,7 +72,7 @@ func produce(raw_name: String, position: Vector2i, neighbors: Array) -> Tile:
"path": return Path.new(ctx)
"rolling-board": return RollingBoard.new(ctx)
"screen": return Screen.new(ctx)
- "deep-fryer": return DeepFryer.new(ctx)
+ "deep-fryer": return GenericTile.new(ctx, preload("res://map/tiles/deep_fryer.tscn"))
"sink": return Sink.new(ctx)
"stove": return Stove.new(ctx)
"street": return Street.new(ctx)