From d084ae5495f54d1f43ef9e564ebfdf049afa314c Mon Sep 17 00:00:00 2001 From: tpart Date: Fri, 13 Sep 2024 19:12:17 +0200 Subject: Implement curry plate fill --- client/map/items/plate.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'client') diff --git a/client/map/items/plate.gd b/client/map/items/plate.gd index 4463ce05..5bb40af2 100644 --- a/client/map/items/plate.gd +++ b/client/map/items/plate.gd @@ -25,6 +25,7 @@ func _init(owned_by_: Node3D, contents: Array): for c in contents: var item: Item match c: + "curry": item = PlateFill.new(self, Color(.75, .45, .1)) "tomato-soup": item = PlateFill.new(self, Color(1., .3, .2)) _: item = ItemFactory.produce(c, base) base.add_child(item) -- cgit v1.2.3-70-g09d2