func_vip_safetyzone: tweak CT reward money by $100

This commit is contained in:
Marco Cawthorne 2023-03-01 17:20:41 -08:00
parent 0357cb16fe
commit 339a003583
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func_vip_safetyzone::Touch(entity eToucher)
return;
/* CTs win the round */
rule.RoundOver(TEAM_CT, 3600, FALSE);
rule.RoundOver(TEAM_CT, 3500, FALSE);
/* VIP receives money to spend */
Money_AddMoney(pl, 2500);