aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/pot.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-03 16:09:02 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-03 16:09:02 +0200
commit55d426dd7bbbeb4bd05b2134d93f32a71f7222e9 (patch)
tree65203d0f991e4805b5169c83cb88c9ad4d1c1a6e /client/map/items/pot.gd
parent10bd0b8a05c12c5f88cbd7e76521601817e70856 (diff)
downloadhurrycurry-55d426dd7bbbeb4bd05b2134d93f32a71f7222e9.tar
hurrycurry-55d426dd7bbbeb4bd05b2134d93f32a71f7222e9.tar.bz2
hurrycurry-55d426dd7bbbeb4bd05b2134d93f32a71f7222e9.tar.zst
Add cheese leek soup plate fill
Diffstat (limited to 'client/map/items/pot.gd')
-rw-r--r--client/map/items/pot.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/map/items/pot.gd b/client/map/items/pot.gd
index 6ff61f2f..5c9623a2 100644
--- a/client/map/items/pot.gd
+++ b/client/map/items/pot.gd
@@ -25,6 +25,8 @@ func _init(owned_by_: Node3D, contents: Array):
for i in contents:
match i:
+ "cheese-leek-soup":
+ add_child(PotFill.new(self, Color(0.747, 0.77, 0.493)))
"mochi-dough":
add_child(PotFill.new(self, Color(1.,1.,.3)))
"rice":