Battle: each player is worth 3 points toward the point limit (previously 4)

This commit is contained in:
James R 2024-01-23 00:30:17 -08:00
parent 45a9042650
commit a0fb79370b

View file

@ -13432,7 +13432,7 @@ UINT32 K_PointLimitForGametype(void)
{ {
if (D_IsPlayerHumanAndGaming(i)) if (D_IsPlayerHumanAndGaming(i))
{ {
ptsCap += 4; ptsCap += 3;
} }
} }