mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-26 15:31:03 +00:00
Double hyudoro invisibility time
This commit is contained in:
parent
4c551a03ca
commit
39a867b705
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ tic_t starttime = 3;
|
|||
const tic_t bulbtime = TICRATE/2;
|
||||
UINT8 numbulbs = 1;
|
||||
|
||||
INT32 hyudorotime = 7*TICRATE;
|
||||
INT32 hyudorotime = 14*TICRATE;
|
||||
INT32 stealtime = TICRATE/2;
|
||||
INT32 sneakertime = TICRATE + (TICRATE/3);
|
||||
INT32 itemtime = 8*TICRATE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue