aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/pan.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/items/pan.gd')
-rw-r--r--client/map/items/pan.gd7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/map/items/pan.gd b/client/map/items/pan.gd
index 1aa80da0..bc858a6b 100644
--- a/client/map/items/pan.gd
+++ b/client/map/items/pan.gd
@@ -33,6 +33,13 @@ func progress(position_: float, speed: float, warn: bool):
steam.color = Color(.2, .2, .2)
else:
steam.color = Color(1.,1.,1.)
+ if sound_id == null:
+ sound_id = Sound.item_progress(
+ self,
+ preload("res://map/items/sounds/frying.ogg"),
+ null,
+ -5.
+ )
func finish():
super()