aboutsummaryrefslogtreecommitdiff
path: root/bullets.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bullets.lua')
-rw-r--r--bullets.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/bullets.lua b/bullets.lua
index 715a1ee..c5cf2c7 100644
--- a/bullets.lua
+++ b/bullets.lua
@@ -141,6 +141,9 @@ function addmissile(x, y, target) --basic small weak enemy
enemymisc(enemy)
if enemy.health <= 0 then -- die!!!!!
enemydie(enemy,17,2,17)
+ if currentwave == 19 then
+ sfx(14,-2)
+ end
end
end