mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Battle: power-up time 20 -> 30 seconds, UFO respawn 25 -> 20 seconds
This commit is contained in:
parent
5b27d2a84e
commit
b1b0e579d0
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ extern "C" {
|
|||
|
||||
#define BATTLE_SPAWN_INTERVAL (4*TICRATE)
|
||||
#define BATTLE_DESPAWN_TIME (15*TICRATE)
|
||||
#define BATTLE_POWERUP_TIME (20*TICRATE)
|
||||
#define BATTLE_UFO_TIME (25*TICRATE)
|
||||
#define BATTLE_POWERUP_TIME (30*TICRATE)
|
||||
#define BATTLE_UFO_TIME (20*TICRATE)
|
||||
|
||||
#define BATTLE_MONITOR_SPAWN_LIMIT (3)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue