From 30a95588502912f29c49c02d4e9620a26ed28643 Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Mon, 7 Feb 2022 14:50:33 -0800 Subject: Programed the "ball shooter" and made some changes here and there --- pickups.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'pickups.lua') diff --git a/pickups.lua b/pickups.lua index 853ddeb..b735e14 100644 --- a/pickups.lua +++ b/pickups.lua @@ -50,6 +50,7 @@ function addpickup(x, y, type) elseif pickup.type == "3shoot" then player.shoot3 = true end + sfx(6) end function pickup.draw(pickup) -- cgit