aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-16 14:14:18 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-16 14:14:22 +0200
commit2700a246df66e17c745f03b4a7b809dbb97ac083 (patch)
tree43fd6296942cf4078973209f3f086da62a1a9d2f /client
parent8b38e2fc4567cca9eff013f778c06c92985f9d07 (diff)
downloadhurrycurry-2700a246df66e17c745f03b4a7b809dbb97ac083.tar
hurrycurry-2700a246df66e17c745f03b4a7b809dbb97ac083.tar.bz2
hurrycurry-2700a246df66e17c745f03b4a7b809dbb97ac083.tar.zst
dirty plate
Diffstat (limited to 'client')
-rw-r--r--client/map/item_factory.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/map/item_factory.gd b/client/map/item_factory.gd
index 0d09fd95..ba57b97e 100644
--- a/client/map/item_factory.gd
+++ b/client/map/item_factory.gd
@@ -47,6 +47,7 @@ static func produce(full_name: String, owned_by: Node3D) -> Item:
"sliced-tomato": return SlicedTomato.new(owned_by)
"lettuce": return Lettuce.new(owned_by)
"sliced-lettuce": return SlicedLettuce.new(owned_by)
+ "dirty-plate": return Plate.new(owned_by, ["dirt"])
"pot": return Pot.new(owned_by, contents)
"pan": return Pan.new(owned_by, contents)