From 44d3480c33c37676f97d7c49ec996c95495d6a59 Mon Sep 17 00:00:00 2001 From: tpart Date: Sun, 15 Sep 2024 17:32:25 +0200 Subject: Implement tomato juice glass content --- client/map/items/glass.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'client/map/items/glass.gd') diff --git a/client/map/items/glass.gd b/client/map/items/glass.gd index e64cb2a0..6f34aa92 100644 --- a/client/map/items/glass.gd +++ b/client/map/items/glass.gd @@ -25,6 +25,7 @@ func _init(owned_by_: Node3D, contents: Array): match i: "water": item = GlassFill.new(self, Color(.5, .6, .8)) "strawberry-shake": item = GlassFill.new(self, Color(.98, .55, .71)) + "tomato-juice": item = GlassFill.new(self, Color(1., .0, .0)) _: push_error("Glass fill not implemented: %s" % contents) base.add_child(item) -- cgit v1.2.3-70-g09d2