Update Epoch_setRadiation.sqf

Small fix for radiation post process effects when under 10% irradiated
This commit is contained in:
Grahame 2017-10-28 15:07:24 -04:00 committed by GitHub
parent 2fb026df0f
commit 9f45414d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,9 +42,8 @@ switch _level do {
};
case 0.1:
{
[(rmx_var_RadiationHandles select 0), _speed, [0.185533,1,1,1,0,true]] call epoch_postprocessAdjust;
[(rmx_var_RadiationHandles select 1), _speed, [1,1,0,0,0,0,0,0,0,0,1,0,0,0,0]] call epoch_postprocessAdjust;
[(rmx_var_RadiationHandles select 2), _speed, [0,0,0]] call epoch_postprocessAdjust;
rmx_var_RadiationHandles call epoch_postprocessDestroy;
rmx_var_RadiationHandles = nil;
};
case 0.2:
{