Increase SCORE_PER_HEADSHOT

This commit is contained in:
jacobdfs 2023-11-08 22:58:07 -06:00 committed by GitHub
parent a8ec51258e
commit 7681e04412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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