From d75fbeb04675e35539c60ccdbaa789f29bc90b29 Mon Sep 17 00:00:00 2001 From: "DESKTOP-UH65DCE\\MusTanG" Date: Sun, 24 Sep 2017 15:16:51 -0500 Subject: [PATCH] add karma levels in array --- Sources/epoch_config/Configs/CfgEpochClient.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/epoch_config/Configs/CfgEpochClient.hpp b/Sources/epoch_config/Configs/CfgEpochClient.hpp index 85e9213f..c72bc61b 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp @@ -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