mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-20 19:02:37 +00:00
k_poweritemtimer
Prevents you from getting stars or megashrooms too soon after one another. Should only be set in Battle Mode only
This commit is contained in:
commit
ec429ff425
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ typedef enum
|
|||
k_startimer, // Invincibility timer
|
||||
k_spinouttimer, // Wipe-out from a banana peel or oil slick (was "pw_bananacam")
|
||||
k_laserwisptimer, // The duration and relative angle of the laser
|
||||
k_poweritemtimer, // Battle mode, how long before you're allowed another power item (Star, Megashroom)
|
||||
|
||||
// Each item needs its own power slot, for the HUD and held use
|
||||
k_magnet, // 0x1 = Magnet in inventory
|
||||
|
|
Loading…
Reference in a new issue