aboutsummaryrefslogtreecommitdiff
path: root/waves.lua
diff options
context:
space:
mode:
Diffstat (limited to 'waves.lua')
-rw-r--r--waves.lua2
1 files changed, 1 insertions, 1 deletions
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