mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 21:45:12 +00:00
Remove flamethrower lol
This commit is contained in:
parent
3456e10216
commit
622efdcbcd
1 changed files with 0 additions and 3 deletions
|
@ -338,9 +338,6 @@ function mario_local_update(m)
|
||||||
local s = gPlayerSyncTable[m.playerIndex]
|
local s = gPlayerSyncTable[m.playerIndex]
|
||||||
local e = gMarioStateExtras[m.playerIndex]
|
local e = gMarioStateExtras[m.playerIndex]
|
||||||
|
|
||||||
if (m.controller.buttonDown & Z_TRIG) ~= 0 then
|
|
||||||
mario_fire_flower_use(m)
|
|
||||||
end
|
|
||||||
-- decrease cooldown
|
-- decrease cooldown
|
||||||
if e.attackCooldown > 0 then
|
if e.attackCooldown > 0 then
|
||||||
e.attackCooldown = e.attackCooldown - 1
|
e.attackCooldown = e.attackCooldown - 1
|
||||||
|
|
Loading…
Reference in a new issue