summaryrefslogtreecommitdiffstats
path: root/ps_dead.gd
diff options
context:
space:
mode:
Diffstat (limited to 'ps_dead.gd')
-rw-r--r--ps_dead.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/ps_dead.gd b/ps_dead.gd
index 30df1af..b042a8d 100644
--- a/ps_dead.gd
+++ b/ps_dead.gd
@@ -10,6 +10,7 @@ func _init(pl: Player):
super(pl)
p.anim_sp.set_animation("dead")
+ p.request_play_die_sfx()
wait_respawn.call_deferred()