func_vip_safetyzone: tweak CT reward money by $100
This commit is contained in:
parent
0357cb16fe
commit
339a003583
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue