mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
corrections
This commit is contained in:
parent
d75fbeb046
commit
bc9f8f1ef7
@ -120,11 +120,11 @@ class CfgEpochClient
|
||||
};
|
||||
defineCommunityStats[] = {
|
||||
// EPOCH_total + varName, starting value, {min,max or custom values}
|
||||
{"Karma",1500,{-50000,50000,{-5000,-15000,-30000},{5000,15000,30000}}, // min, max, {Work In Progress levels}
|
||||
{"Karma",1500,{-50000,50000,{-5000,-15000,-30000},{5000,15000,30000}}}, // min, max, {Work In Progress levels}
|
||||
{"Murders",0,{}},
|
||||
{"Deaths",0,{}},
|
||||
{"Suicides",0,{0,99999},500}, // min, max, "Suicide King" status
|
||||
{"Revives",0,{0,99999},500}, // min, max, "Medic" status
|
||||
{"Suicides",0,{0,99999,500}}, // min, max, "Suicide King" status
|
||||
{"Revives",0,{0,99999,500}}, // min, max, "Medic" status
|
||||
{"TraderMissions",0,{}},
|
||||
{"AIKills",0,{}},
|
||||
{"AntagonistKills",0,{}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user