aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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