From 6ffcb0e03a6c2af11547de900eed1f542bc0b40b Mon Sep 17 00:00:00 2001 From: nokoe Date: Fri, 27 Sep 2024 21:24:03 +0200 Subject: add frying sound again --- client/map/items/food_processor.gd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/map/items/food_processor.gd') diff --git a/client/map/items/food_processor.gd b/client/map/items/food_processor.gd index 05b783c1..38adf5aa 100644 --- a/client/map/items/food_processor.gd +++ b/client/map/items/food_processor.gd @@ -77,9 +77,7 @@ func progress(position_: float, speed: float, warn: bool): func finish(): super() - if sound_id != null: - processing.emitting = false - Sound.item_finished(sound_id) + processing.emitting = false static func base_position() -> Vector3: return Vector3(0., 0.4, 0.) -- cgit v1.2.3-70-g09d2