aboutsummaryrefslogtreecommitdiff
path: root/client/map/items
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-10-08 21:00:52 +0200
committertpart <tpart120@proton.me>2025-10-08 21:00:52 +0200
commit52477afbfbf74129c8f407af4ff0a8b5e0564470 (patch)
treeae0c1240ea89e5c0e8c6c1d25db1d63cfb980602 /client/map/items
parent0a356149c77029389e56db9a0fe4238f96998850 (diff)
downloadhurrycurry-52477afbfbf74129c8f407af4ff0a8b5e0564470.tar
hurrycurry-52477afbfbf74129c8f407af4ff0a8b5e0564470.tar.bz2
hurrycurry-52477afbfbf74129c8f407af4ff0a8b5e0564470.tar.zst
Add sliced mushroom in pot representation
Diffstat (limited to 'client/map/items')
-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 40f18618..cf4596ce 100644
--- a/client/map/items/pot.gd
+++ b/client/map/items/pot.gd
@@ -46,6 +46,8 @@ func add_contents(contents: Array[String]):
"noodles":
add_child(PotFillTransparent.new(self, Color(0.46, 0.68, 0.73, 0.392))) # water
base.add_child(ItemFactory.produce(i, self))
+ "sliced-mushroom":
+ add_child(PotFill.new(self, Color(0.596, 0.341, 0.259)))
"cooked-rice":
add_child(PotFill.new(self, Color(1.,1.,1.)))
"curry":