aboutsummaryrefslogtreecommitdiff
path: root/client/scripts/map.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/scripts/map.gd')
-rw-r--r--client/scripts/map.gd12
1 files changed, 5 insertions, 7 deletions
diff --git a/client/scripts/map.gd b/client/scripts/map.gd
index 64d15723..83b61467 100644
--- a/client/scripts/map.gd
+++ b/client/scripts/map.gd
@@ -11,21 +11,19 @@ func update(pos, tile_name, neighbors):
"tomato-crate":
instance = CounterBase.new()
"cuttingboard":
- instance = CounterBase.new()
+ instance = CuttingBoard.new()
"counter":
instance = CounterBase.new()
"flour-crate":
instance = CounterBase.new()
"oven":
- instance = CounterBase.new()
+ instance = Oven.new()
"raw-steak-crate":
instance = CounterBase.new()
- "pan":
- instance = CounterBase.new()
- "watercooler":
- instance = CounterBase.new()
+ "stove":
+ instance = Stove.new()
"sink":
- instance = CounterBase.new()
+ instance = Sink.new()
"dirty-plate-crate":
instance = CounterBase.new()
"wall":