From 80c7f92f8d82159e81bdad1ac48f806604e07ddf Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Sun, 25 Aug 2024 14:01:31 -0400 Subject: [PATCH] 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) --- src/k_kart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_kart.h b/src/k_kart.h index fdc3e1e88..c42e9d372 100644 --- a/src/k_kart.h +++ b/src/k_kart.h @@ -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)