aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/plate_items.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/items/plate_items.gd')
-rw-r--r--client/map/items/plate_items.gd5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/map/items/plate_items.gd b/client/map/items/plate_items.gd
index 33b128ba..c8e6901f 100644
--- a/client/map/items/plate_items.gd
+++ b/client/map/items/plate_items.gd
@@ -69,6 +69,11 @@ class SteakP extends Plate:
super(owned_by_)
base.add_child(load("res://map/items/steak.tscn").instantiate())
+class StrawberryIcecreamP extends IcecreamPlate:
+ func _init(owned_by_: Node3D):
+ super(owned_by_)
+ set_color(Color(.98, .55, .71))
+
class TomatoSoupP extends PlateFill:
func _init(owned_by_: Node3D):
super(owned_by_)