aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Bradley <1029chris@gmail.com>2022-02-20 19:01:10 -0800
committerChris Bradley <1029chris@gmail.com>2022-02-20 19:01:10 -0800
commitafaeae0cf25884e663c799005133cf89d4198e10 (patch)
tree60ad91dbb68be995aad2853b75b27b21f0fe73e5
parentefc2bacb0928a51ac362007733bbcb3a57639529 (diff)
reduced laser guys who can spawn on wave 16
-rw-r--r--waves.lua2
1 files changed, 1 insertions, 1 deletions
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