mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-03 21:52:40 +00:00
Reduced max amps storage define
Reduced define for max amps player is able to hold, lets us see more electricity stages (no one got high counts anyway)
This commit is contained in:
parent
5c9cc631c4
commit
80c7f92f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ Make sure this matches the actual number of states
|
|||
|
||||
#define OVERDRIVE_STARTUP (0)
|
||||
|
||||
#define AMPLEVEL (30)
|
||||
#define AMPLEVEL (15)
|
||||
|
||||
#define FLAMESHIELD_MAX (120)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue