aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/dough_food_processor.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-17 16:52:36 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-17 16:52:36 +0200
commit49f5bd102b000391915b49485eb51156c5ef6b59 (patch)
tree93c8c5ae98ed684fccbb769583938686403c6170 /client/map/items/dough_food_processor.gd
parent1adaa706e7ba366766fb238e30ef92cc30d16d82 (diff)
downloadhurrycurry-49f5bd102b000391915b49485eb51156c5ef6b59.tar
hurrycurry-49f5bd102b000391915b49485eb51156c5ef6b59.tar.bz2
hurrycurry-49f5bd102b000391915b49485eb51156c5ef6b59.tar.zst
add more foodprocessor models
Diffstat (limited to 'client/map/items/dough_food_processor.gd')
-rw-r--r--client/map/items/dough_food_processor.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/items/dough_food_processor.gd b/client/map/items/dough_food_processor.gd
index bb8629e4..d72e4c58 100644
--- a/client/map/items/dough_food_processor.gd
+++ b/client/map/items/dough_food_processor.gd
@@ -18,4 +18,4 @@ extends FoodProcessorContent
func _init(owned_by_: Node3D):
super(owned_by_)
- set_color(Color8(198, 195, 180))
+ set_color(Color8(200, 180, 160))