aboutsummaryrefslogtreecommitdiff
path: root/client/scripts/tiles/stove.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/scripts/tiles/stove.gd')
-rw-r--r--client/scripts/tiles/stove.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/scripts/tiles/stove.gd b/client/scripts/tiles/stove.gd
index c2d75b7b..a60209cb 100644
--- a/client/scripts/tiles/stove.gd
+++ b/client/scripts/tiles/stove.gd
@@ -1,6 +1,6 @@
class_name Stove
extends Counter
-func setup(rename: String, neighbors: Array):
- super.setup(rename, neighbors)
+func _init(rename: String, neighbors: Array):
+ super(rename, neighbors)
base.add_child(load("res://models/prefabs/map/stove_single.tscn").instantiate())