K_PointLimitForGametype: Battle, each player is worth 4 PTS, reduced from 5

This commit is contained in:
James R 2023-06-14 21:04:55 -07:00
parent 9f3bee528a
commit 17da46eda5

View file

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