From 7fc559d2967dd235f72ad0fd04d5e13c31486e98 Mon Sep 17 00:00:00 2001 From: nokoe Date: Thu, 20 Jun 2024 15:21:57 +0200 Subject: add some more counter elements --- client/scripts/map.gd | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'client/scripts/map.gd') 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": -- cgit v1.2.3-70-g09d2