update to notused var name

This commit is contained in:
DESKTOP-UH65DCE\MusTanG 2017-09-24 17:47:08 -05:00
parent bf41fb5b7d
commit ed095efb48
2 changed files with 2 additions and 1 deletions

View File

@ -62,6 +62,7 @@ EPOCH_customVarsDefaults = [
["Crypto",0,[250000,0]],
["HitPoints",[0,0,0,0],[1,1,1,1]],
["BloodP",100,[190,0]],
["NotUsed",0,[50000,-50000]],
["SpawnArray",[],[]],
["Alcohol",0,[100,0]],
["Radiation",0,[100,0]],

View File

@ -100,7 +100,7 @@ class CfgEpochClient
{"HitPoints",{0,0,0,0},{1,0,0.5,1,-1,-1}}, // only limits here used for HUD.
{"BloodP",100,{190,0,120,140,70,50}},
{"SpawnArray",{},{}},
{"Karma",0,{50000,-50000}}, // TODO remove or replace
{"NotUsed",0,{50000,-50000}}, // TODO remove or replace
{"Alcohol",0,{100,0,35,55,-1,-1}},
{"Radiation",0,{100,0,35,55,-1,-1}}, // local
{"Nuisance",0,{100,0}},