Medical Feedback - Fix short blackout on any pain

This commit is contained in:
PabstMirror 2019-07-10 13:53:17 -05:00
parent e1c650d56e
commit 03dcae9074

View File

@ -39,7 +39,7 @@ if (GVAR(painEffectType) == 0) then {
GVAR(ppPain) = [ GVAR(ppPain) = [
"ColorCorrections", "ColorCorrections",
13502, 13502,
[1, 1, 0, [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]] [1, 1, 0, [1, 1, 1, 0], [1, 1, 1, 1], [0.33, 0.33, 0.33, 0], [0.59, 0.64, 0, 0, 0, 0, 4]]
] call _fnc_createEffect; ] call _fnc_createEffect;
} else { } else {
GVAR(ppPain) = [ GVAR(ppPain) = [