mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix Hyudoro cooldown never resetting
This commit is contained in:
parent
2422d1c5b7
commit
e5463afb58
1 changed files with 1 additions and 1 deletions
|
|
@ -728,7 +728,7 @@ void P_Ticker(boolean run)
|
||||||
|
|
||||||
if (indirectitemcooldown > 0)
|
if (indirectitemcooldown > 0)
|
||||||
indirectitemcooldown--;
|
indirectitemcooldown--;
|
||||||
if (hyubgone > 1)
|
if (hyubgone > 0)
|
||||||
hyubgone--;
|
hyubgone--;
|
||||||
|
|
||||||
if (G_BattleGametype())
|
if (G_BattleGametype())
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue