From 3eb7a5cf106b6eb395363f71e75a87466a44fc59 Mon Sep 17 00:00:00 2001 From: tpart Date: Thu, 19 Sep 2024 22:31:36 +0200 Subject: Fix bun small not displayed correctly --- client/map/items/plate.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/map/items') diff --git a/client/map/items/plate.gd b/client/map/items/plate.gd index 32843011..506cd643 100644 --- a/client/map/items/plate.gd +++ b/client/map/items/plate.gd @@ -46,7 +46,7 @@ func _init(owned_by_: Node3D, contents: Array): "cooked-rice": add_child(load("res://map/items/cooked_rice_fill.tscn").instantiate()) "tomato-soup": add_child(PlateFill.new(self, Color(1., .3, .2))) "bun-small": - var bun = ItemFactory.produce(c, base) + var bun = ItemFactory.produce("bun", base) base.add_child(bun) bun.scale *= 0.5 bun.position += Vector3(-.1, 0, -.1) -- cgit v1.2.3-70-g09d2