mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update Epoch_setRadiation.sqf
Small fix for radiation post process effects when under 10% irradiated
This commit is contained in:
parent
2fb026df0f
commit
9f45414d2d
@ -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:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user