aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-10-14 21:50:45 +0200
committertpart <tpart120@proton.me>2025-10-14 21:50:45 +0200
commit011e29dfaff03f341691375f39bb1f68418e375a (patch)
tree08fff7e7655e2cbd2955656abee5b0e5dcd2aaed /client
parentc86f98718847eac7517a411b5ef56c662d866e24 (diff)
downloadhurrycurry-011e29dfaff03f341691375f39bb1f68418e375a.tar
hurrycurry-011e29dfaff03f341691375f39bb1f68418e375a.tar.bz2
hurrycurry-011e29dfaff03f341691375f39bb1f68418e375a.tar.zst
Make seared steak fit in plate
Diffstat (limited to 'client')
-rw-r--r--client/map/items/plate.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/map/items/plate.gd b/client/map/items/plate.gd
index 01b2fe29..a1736dbc 100644
--- a/client/map/items/plate.gd
+++ b/client/map/items/plate.gd
@@ -75,6 +75,7 @@ func add_contents(contents: Array[String]):
base.add_child(bun)
bun.scale *= 0.5
bun.position += Vector3(-.1, 0, -.1)
+ "seared-steak": base.add_child(ItemFactory.produce(c, base, .85))
"seared-steak-small":
var seared_steak = ItemFactory.produce("seared-steak", base)
base.add_child(seared_steak)