aboutsummaryrefslogtreecommitdiff
path: root/client/map/items
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-07 23:06:04 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-07 23:06:04 +0200
commit9d14e2470f2b50374ed4230ffcac33482afaeb0b (patch)
tree83d7351ffc299cd0d735534d46921ad3644a7a4d /client/map/items
parentcd6e8f3886d764847f92ad75d397e2f2f6ad930a (diff)
parent247457682736e8cdc20fb13c3628380229fc3d32 (diff)
downloadhurrycurry-9d14e2470f2b50374ed4230ffcac33482afaeb0b.tar
hurrycurry-9d14e2470f2b50374ed4230ffcac33482afaeb0b.tar.bz2
hurrycurry-9d14e2470f2b50374ed4230ffcac33482afaeb0b.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/map/items')
-rw-r--r--client/map/items/food_processor.gd3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/map/items/food_processor.gd b/client/map/items/food_processor.gd
index 588777ff..6a04da00 100644
--- a/client/map/items/food_processor.gd
+++ b/client/map/items/food_processor.gd
@@ -32,7 +32,8 @@ func progress(p: float, warn: bool):
sound_id = Sound.item_progress(
self,
preload("res://map/items/sounds/food_processor_running.ogg"),
- preload("res://map/items/sounds/food_processor_stopping.ogg")
+ preload("res://map/items/sounds/food_processor_stopping.ogg"),
+ -10.
)
func finish(warn: bool):