From 4f4a5405a95c47b34e0250e6b0f143e8e5f8dc76 Mon Sep 17 00:00:00 2001 From: RibbonCable Date: Sun, 20 Feb 2022 12:55:11 -0800 Subject: Lots of updates to the music player. Other than track titles and final songs, it's p much done. Also made some sprint non-flipped to save on tokens. --- waves.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waves.lua') diff --git a/waves.lua b/waves.lua index be6ea57..0c81b52 100644 --- a/waves.lua +++ b/waves.lua @@ -66,7 +66,7 @@ wave[5] = { for i = 1, 12, 1 do addwallshooter(100 + (54-i)*i, (i%2==1), 0.4) end - addpickup(490, 60, "health") + addpickup(490, 60, 48) end, everysecond = function() if flr(currentwavetime%3) == 2 and currentwavetime < 16 then -- cgit