Skip to content

Commit

Permalink
Update fnc_effectBloodVolume.sqf
Browse files Browse the repository at this point in the history
Chnage Black/White effect to Red/Black Effect.
  • Loading branch information
Soultechnology authored Jul 25, 2024
1 parent 541d98c commit 9d512f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ if ((!_enable) || {_intensity == 0}) exitWith {
};

GVAR(ppBloodVolume) ppEffectEnable true;
GVAR(ppBloodVolume) ppEffectAdjust [1, 1, 0, [0, 0, 0, 0], [1, 1, 1, 1 - _intensity], [0.2, 0.2, 0.2, 0]];
GVAR(ppBloodVolume) ppEffectAdjust [1, (1-_intensity), 0, [0, 0, 0, _intensity], [(1+(_intensity*2)), 1, 1, (1 - _intensity)], [4, -1.5, -1.5, 0]];
GVAR(ppBloodVolume) ppEffectCommit 1;

0 comments on commit 9d512f9

Please sign in to comment.