aboutsummaryrefslogtreecommitdiff
path: root/enemies.lua
diff options
context:
space:
mode:
Diffstat (limited to 'enemies.lua')
-rw-r--r--enemies.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/enemies.lua b/enemies.lua
index faca5c1..99d2b51 100644
--- a/enemies.lua
+++ b/enemies.lua
@@ -490,7 +490,7 @@ function addbomb(x, y, delay) --BIG BOMB!!!! KILL IIT QUICKLY!!!!
if enemy.shootcooldown < -5 then
sfx(8,3) --rapid
else
- sfx(7,3) --normal
+ sfx(7,2) --normal
end
end
end