mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
remove from default vars and add to debug
This commit is contained in:
parent
7efdfd5b4c
commit
bf41fb5b7d
@ -35,6 +35,7 @@ hintSilent parseText format ["
|
||||
<t size='1.0' font='puristaLight' align='center'>Build: %2</t><br/>
|
||||
|
||||
" + _customVars + "
|
||||
<t size='1.15' font='puristaLight' align='left'>Karma: </t><t size='1.15' font='puristaLight' align='right'>%17</t><br/>
|
||||
<br/>
|
||||
|
||||
<t size='1.15' font='puristaLight' align='left'>Fatigue: </t><t size='1.15' font='puristaLight' align='right'>%3</t><br/>
|
||||
@ -68,5 +69,6 @@ hintSilent parseText format ["
|
||||
round diag_fps,
|
||||
_hours,
|
||||
round((serverTime/60)-(_hours*60)),
|
||||
if (EPOCH_diag_fps isEqualType 0) then [{EPOCH_diag_fps},{"MANIPULATED"}]
|
||||
if (EPOCH_diag_fps isEqualType 0) then [{EPOCH_diag_fps},{"MANIPULATED"}],
|
||||
missionNamespace getVariable ["EPOCH_totalKarma",0]
|
||||
];
|
||||
|
@ -63,7 +63,6 @@ EPOCH_customVarsDefaults = [
|
||||
["HitPoints",[0,0,0,0],[1,1,1,1]],
|
||||
["BloodP",100,[190,0]],
|
||||
["SpawnArray",[],[]],
|
||||
["Karma",0,[50000,-50000]],
|
||||
["Alcohol",0,[100,0]],
|
||||
["Radiation",0,[100,0]],
|
||||
["Nuisance",0,[100,0]],
|
||||
|
Loading…
x
Reference in New Issue
Block a user