From afaeae0cf25884e663c799005133cf89d4198e10 Mon Sep 17 00:00:00 2001 From: Chris Bradley <1029chris@gmail.com> Date: Sun, 20 Feb 2022 19:01:10 -0800 Subject: reduced laser guys who can spawn on wave 16 --- waves.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waves.lua') diff --git a/waves.lua b/waves.lua index fd27cdb..4e2487c 100644 --- a/waves.lua +++ b/waves.lua @@ -228,7 +228,7 @@ wave[16] = { addwallboss(128, 70, 7, 30, 0.05, false, 3, false) end, everysecond = function () - if flr(currentwavetime%6) == 5 and currentwavetime < 18 then + if flr(currentwavetime%6) == 5 and currentwavetime < 15 then local ylaserpos = 16 if players[targetplayer].y > 64 then ylaserpos = 80 -- cgit