From 4b47979f3da6bb532bbd73cf1d4fed9d7930be42 Mon Sep 17 00:00:00 2001 From: toaster Date: Fri, 12 Sep 2025 17:52:52 +0100 Subject: [PATCH 1/2] Sealed Star entry is now 365 GP points (lowered from 370) --- src/doomstat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomstat.h b/src/doomstat.h index 63c976438..a1432dd0e 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -198,7 +198,7 @@ typedef enum GRADE_S } gp_rank_e; -#define SEALED_STAR_ENTRY (370*FRACUNIT/400) +#define SEALED_STAR_ENTRY (365*FRACUNIT/400) struct cupwindata_t { From 404b35be6d08b4d5e806bfec5446e9c5b07c2a15 Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Fri, 12 Sep 2025 21:57:26 -0400 Subject: [PATCH 2/2] 365-360 OK we're gonna go w/ toaster's original # because most pics I see are still a bit lower from people who are tryharding (our audience) --- src/doomstat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomstat.h b/src/doomstat.h index a1432dd0e..ec8610762 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -198,7 +198,7 @@ typedef enum GRADE_S } gp_rank_e; -#define SEALED_STAR_ENTRY (365*FRACUNIT/400) +#define SEALED_STAR_ENTRY (360*FRACUNIT/400) struct cupwindata_t {