aboutsummaryrefslogtreecommitdiff
path: root/pickups.lua
diff options
context:
space:
mode:
authorChris Bradley <1029chris@gmail.com>2022-02-19 23:38:27 -0800
committerChris Bradley <1029chris@gmail.com>2022-02-19 23:38:27 -0800
commit60ad56210bcf4ace33a1474bf57d6091e66e2e79 (patch)
treebddf9aa5e90c993e5bbdab716bc744d1f6c7a408 /pickups.lua
parent395ffd247492b0708b6290824ae61af8fccc1869 (diff)
final boss stuff, and token hunting. what else is new? lots of tweaks too
the now constant hunt for tokens continues, good thing we're almost done
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 0f21f26..40d1b75 100644
--- a/pickups.lua
+++ b/pickups.lua
@@ -43,7 +43,7 @@ function addpickup(x, y, type)
pickupcolor = 12
elseif type == "3shoot" then
player.shoot3 = true
- player.shootspeed = 0.35
+ player.shootspeed = 0.4
pickupcolor = 9
else
player.health = 3