mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2025-07-25 02:54:36 +00:00
Update Epoch_setRadiation.sqf
Small fix for radiation post process effects when under 10% irradiated
This commit is contained in:
@ -42,9 +42,8 @@ switch _level do {
|
|||||||
};
|
};
|
||||||
case 0.1:
|
case 0.1:
|
||||||
{
|
{
|
||||||
[(rmx_var_RadiationHandles select 0), _speed, [0.185533,1,1,1,0,true]] call epoch_postprocessAdjust;
|
rmx_var_RadiationHandles call epoch_postprocessDestroy;
|
||||||
[(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 = nil;
|
||||||
[(rmx_var_RadiationHandles select 2), _speed, [0,0,0]] call epoch_postprocessAdjust;
|
|
||||||
};
|
};
|
||||||
case 0.2:
|
case 0.2:
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user