diff options
| author | Chris Bradley <1029chris@gmail.com> | 2022-02-20 19:01:10 -0800 |
|---|---|---|
| committer | Chris Bradley <1029chris@gmail.com> | 2022-02-20 19:01:10 -0800 |
| commit | afaeae0cf25884e663c799005133cf89d4198e10 (patch) | |
| tree | 60ad91dbb68be995aad2853b75b27b21f0fe73e5 | |
| parent | efc2bacb0928a51ac362007733bbcb3a57639529 (diff) | |
reduced laser guys who can spawn on wave 16
| -rw-r--r-- | waves.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
