mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
add karma levels in array
This commit is contained in:
parent
1c5dc30f3b
commit
d75fbeb046
@ -120,6 +120,7 @@ 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}
|
||||
{"Murders",0,{}},
|
||||
{"Deaths",0,{}},
|
||||
{"Suicides",0,{0,99999},500}, // min, max, "Suicide King" status
|
||||
|
Loading…
Reference in New Issue
Block a user