mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-05-26 23:56:22 +00:00
Update DMGame.cs
This commit is contained in:
parent
26df75ec0a
commit
603e636daf
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ function DMGame::recalcScore(%game, %client)
|
|||
if (%killValue - %deathValue == 0)
|
||||
%client.efficiency = %suicideValue;
|
||||
else
|
||||
%client.efficiency = ((%killValue * %killValue) / (%killValue - %deathValue)) + (%suicideValue + %bigGameValue);
|
||||
%client.efficiency = ((%killValue * %killValue) / (%killValue - (%deathValue + %suicideValue))) + %bigGameValue;
|
||||
|
||||
%client.score = mFloatLength(%client.efficiency, 1);
|
||||
messageClient(%client, 'MsgYourScoreIs', "", %client.score);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue