From 51cc299e40bd79f027b284fdbb4f5113629da047 Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Tue, 23 Sep 2025 21:17:19 -0400 Subject: [PATCH] I guess we're just doing everything on vibes now huh --- src/doomdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomdef.h b/src/doomdef.h index 68bb81ab1..9529e1bb6 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -755,7 +755,7 @@ extern int // Exp #define EXP_STABLERATE 3*FRACUNIT/10 // how low is your placement before losing XP? 4*FRACUNIT/10 = top 40% of race will gain -#define EXP_POWER 2*FRACUNIT/100 // adjust to change overall xp volatility +#define EXP_POWER 3*FRACUNIT/100 // adjust to change overall xp volatility #define EXP_MIN 25 // The min value target #define EXP_TARGET 120 // Used for grading ... #define EXP_MAX 120 // The max value displayed by the hud and in the tally screen and GP results screen