aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/plate.gd
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-27 14:52:49 +0200
committernokoe <nokoe@mailbox.org>2024-06-27 14:52:49 +0200
commit7c8bff5a0b853ec0eb4a2e9a9a7a2be2981e7e24 (patch)
treeea1f91598a0f0647c0f6f267ee088ea8e5b49c25 /client/map/items/plate.gd
parentb0ec90392eac2c99b54e57e88e6b6cc8ecef890c (diff)
downloadhurrycurry-7c8bff5a0b853ec0eb4a2e9a9a7a2be2981e7e24.tar
hurrycurry-7c8bff5a0b853ec0eb4a2e9a9a7a2be2981e7e24.tar.bz2
hurrycurry-7c8bff5a0b853ec0eb4a2e9a9a7a2be2981e7e24.tar.zst
add missing items
Diffstat (limited to 'client/map/items/plate.gd')
-rw-r--r--client/map/items/plate.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/items/plate.gd b/client/map/items/plate.gd
index 91faf0b1..4431a6c8 100644
--- a/client/map/items/plate.gd
+++ b/client/map/items/plate.gd
@@ -18,7 +18,7 @@ extends Item
func _init(owned_by_: Node3D):
super(owned_by_)
- base.add_child(load("res://map/items/plate.tscn").instantiate())
+ add_child(load("res://map/items/plate.tscn").instantiate())
static func base_position() -> Vector3:
return Vector3(0., 0.015, 0.)