mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Fix Hyudoro cooldown never resetting
This commit is contained in:
parent
2add55eb04
commit
3dada09aa5
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ void P_Ticker(boolean run)
|
|||
|
||||
if (indirectitemcooldown > 0)
|
||||
indirectitemcooldown--;
|
||||
if (hyubgone > 1)
|
||||
if (hyubgone > 0)
|
||||
hyubgone--;
|
||||
|
||||
if (G_BattleGametype())
|
||||
|
|
Loading…
Reference in a new issue