mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-29 21:01:00 +00:00
Reverted scoring
This commit is contained in:
parent
adb6ac907e
commit
e643d0b5d3
|
|
@ -78,8 +78,8 @@ function DMGame::setUpTeams(%game)
|
|||
function DMGame::initGameVars(%game)
|
||||
{
|
||||
%game.SCORE_PER_KILL = 1;
|
||||
%game.SCORE_PER_DEATH = -0.8; //was -1
|
||||
%game.SCORE_PER_SUICIDE = -0.5; //was -1
|
||||
%game.SCORE_PER_DEATH = -1;
|
||||
%game.SCORE_PER_SUICIDE = -1;
|
||||
%game.SCORE_PER_MIDAIR = 0.2; // Added Chocotaco. From sctf
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue