aboutsummaryrefslogtreecommitdiff
path: root/client/map/items
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/items')
-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)