mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-23 18:14:44 +00:00
Update zDarkTigerStats.cs
Don't include chaingun/missles in midair category
This commit is contained in:
parent
1618abbf11
commit
2ca68a34d2
|
|
@ -2941,8 +2941,7 @@ function DefaultGame::postGameStats(%game,%client){ //stats to add up at the end
|
|||
%client.missileScore +
|
||||
%client.mineScore;
|
||||
|
||||
%client.totalMA = %client.cgMA +
|
||||
%client.discMA +
|
||||
%client.totalMA = %client.discMA +
|
||||
%client.grenadeMA +
|
||||
%client.laserMA +
|
||||
%client.mortarMA +
|
||||
|
|
@ -2950,7 +2949,6 @@ function DefaultGame::postGameStats(%game,%client){ //stats to add up at the end
|
|||
%client.plasmaMA +
|
||||
%client.blasterMA +
|
||||
%client.hGrenadeMA +
|
||||
%client.missileMA +
|
||||
%client.mineMA;
|
||||
|
||||
%client.killAir = %client.cgKillAir +
|
||||
|
|
@ -2965,7 +2963,7 @@ function DefaultGame::postGameStats(%game,%client){ //stats to add up at the end
|
|||
%client.blasterKillAir +
|
||||
%client.mineKillAir;
|
||||
|
||||
%client.deathAir = %client.cgDeathAir +
|
||||
%client.deathAir = %client.cgDeathAir +
|
||||
%client.discDeathAir +
|
||||
%client.hGrenadeDeathAir +
|
||||
%client.grenadeDeathAir +
|
||||
|
|
|
|||
Loading…
Reference in a new issue