diff options
| author | RibbonCable <ambiguousmachine@gmail.com> | 2022-02-20 15:53:54 -0800 |
|---|---|---|
| committer | RibbonCable <ambiguousmachine@gmail.com> | 2022-02-20 15:53:54 -0800 |
| commit | 8b236f9ee426381aacca305a8dc6803797aab62f (patch) | |
| tree | 16e8ed32fcf679c735110ecd7da749d5e9b781d2 /enemies.lua | |
| parent | 995f96d8af37320da58733aeb4b2107af25ab668 (diff) | |
sfx done!! (i hope)
Diffstat (limited to 'enemies.lua')
| -rw-r--r-- | enemies.lua | 2 |
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 |
