Remove flamethrower lol
This commit is contained in:
parent
628353988e
commit
8c17d89384
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue