diff options
Diffstat (limited to 'client/map/items/glass.gd')
-rw-r--r-- | client/map/items/glass.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/items/glass.gd b/client/map/items/glass.gd index cff41f18..2e2452f6 100644 --- a/client/map/items/glass.gd +++ b/client/map/items/glass.gd @@ -16,7 +16,7 @@ class_name Glass extends Item -func _init(owned_by_: Node3D, contents: Array[String]): +func _init(owned_by_: Node3D, contents: Array): super(owned_by_) add_child(load("res://map/items/glass.tscn").instantiate()) # TODO |