Lower starting Rings back to 5

This commit is contained in:
NepDisk 2025-05-22 08:30:51 -04:00
parent 04d3cea9e6
commit 7d7e107fc2
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@
#define ASSET_HASH_CHARS_KART 0x1e68a3e01aa5c68b
#define ASSET_HASH_MAPS_KART 0x38558ed00da41ce9
#define ASSET_HASH_MAIN_PK3 0x90bc93435f9aa4c4
#define ASSET_HASH_MAPPATCH_PK3 0xc789aadf69a0bcf9
#define ASSET_HASH_MAPPATCH_PK3 0x7b0709aedd6b48b3
#ifdef USE_PATCH_FILE
#define ASSET_HASH_PATCH_PK3 0x0000000000000000
#endif

View file

@ -2474,7 +2474,7 @@ void G_PlayerReborn(INT32 player, boolean betweenmaps)
bumper = ((gametyperules & GTR_BUMPERS) ? K_StartingBumperCount() : 0);
karmapoints = 0;
wanted = 0;
rings = 10;
rings = 5;
kickstartaccel = 0;
lastsafelap = 0;
lastsafestarpost = 0;