diff options
Diffstat (limited to 'client/map/items/dough_food_processor.gd')
-rw-r--r-- | client/map/items/dough_food_processor.gd | 2 |
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)) |