Remove flamethrower lol

This commit is contained in:
MysterD 2023-06-25 17:54:26 -07:00
parent 628353988e
commit 8c17d89384
1 changed files with 0 additions and 3 deletions

View File

@ -338,9 +338,6 @@ function mario_local_update(m)
local s = gPlayerSyncTable[m.playerIndex]
local e = gMarioStateExtras[m.playerIndex]
if (m.controller.buttonDown & Z_TRIG) ~= 0 then
mario_fire_flower_use(m)
end
-- decrease cooldown
if e.attackCooldown > 0 then
e.attackCooldown = e.attackCooldown - 1