aboutsummaryrefslogtreecommitdiff
path: root/pickups.lua
diff options
context:
space:
mode:
authorChris Bradley <1029chris@gmail.com>2022-02-18 22:20:20 -0800
committerChris Bradley <1029chris@gmail.com>2022-02-18 22:20:20 -0800
commit4e64d1f68c0c8e74cced27043ae0ec52c7ced2a1 (patch)
tree15a4474205b0bb8f8d16beb2658a1a0ba9458685 /pickups.lua
parent0f74449ed091ed8a93bfbe75ede12f86e869bc62 (diff)
more final boss stuff, and token hunting!!!!
THESE TOKENS ARE GETTING TIGHT!!!!! FUUUUUCKKKK!!!!!!!!
Diffstat (limited to 'pickups.lua')
-rw-r--r--pickups.lua2
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