mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
update to notused var name
This commit is contained in:
parent
bf41fb5b7d
commit
ed095efb48
@ -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]],
|
||||
|
@ -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}},
|
||||
|
Loading…
Reference in New Issue
Block a user