From 85ab730493acef60f6a4a8645088b4c7982c98fa Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Wed, 9 Feb 2022 20:55:17 -0800 Subject: sound 24 plays when everyone respawns --- update.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/update.lua b/update.lua index 6d8e3c1..1d92a81 100644 --- a/update.lua +++ b/update.lua @@ -7,6 +7,7 @@ if gameover then foreach(players, function(obj) obj:respawn() end) setwave(mid(1,currentwave-2,#wave)) sfx(29, -2) + sfx(24) end elseif gamerunning then updatewaves() -- update the wave function -- cgit