mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 08:34:43 +00:00
Increase SCORE_PER_HEADSHOT
This commit is contained in:
parent
a8ec51258e
commit
7681e04412
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ function CTFGame::initGameVars(%game)
|
|||
%game.SCORE_PER_TEAM_FLAG_CAP = 100;
|
||||
%game.SCORE_PER_TEAM_FLAG_TOUCH = 1;
|
||||
%game.SCORE_PER_ESCORT_ASSIST = 5;
|
||||
%game.SCORE_PER_HEADSHOT = 1;
|
||||
%game.SCORE_PER_HEADSHOT = 69;
|
||||
%game.SCORE_PER_REARSHOT = 1; // z0dd - ZOD, 8/25/02. Added Lance rear shot messages
|
||||
%game.SCORE_PER_MIDAIR = 1; // Added Chocotaco. From sctf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue