diff options
Diffstat (limited to 'pickups.lua')
| -rw-r--r-- | pickups.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pickups.lua b/pickups.lua index 74e7073..d43984b 100644 --- a/pickups.lua +++ b/pickups.lua @@ -40,7 +40,7 @@ function addpickup(x, y, type) function pickup:affect(player) local color = 8 if type == "fastshoot" then - player.shootspeed = 0.1 + player.shootspeed = 0.17 color = 12 elseif type == "3shoot" then player.shoot3 = true |
