Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Update nvgvfx.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
Apricot-ale committed Mar 24, 2021
1 parent 032dea1 commit 6b51620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apr_mwnvg/functions/nvgvfx.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ diag_log format ["apr_mwnvg: nvgvfx.sqf is runnning on " + str _unit];
systemChat format ["apr_mwnvg: nvgvfx.sqf is runnning on " + str _unit];
*/

apr_mwnvg_handle_mwace_vfx = [1, 1.0, 0, [0, 0.10, 0.20, 0], [0.00, 1.00, 1.20, 0], [0.30, 0.59, 0.11, 0]];
apr_mwnvg_handle_mwace_vfx = [1, 1.0, 0, [0, 0.10, 0.20, 0], [0.20, 1.20, 1.60, 0], [0.30, 0.59, 0.11, 0]];
apr_mwnvg_handle_mwstd_vfx = [1, 1.0, 0, [0, 0.00, 0.00, 0], [0.00, 1.00, 0.75, 0], [0.30, 0.59, 0.11, 0]];
apr_mwnvg_handle_wpace_vfx = [1, 1.0, 0, [0, 0.10, 0.20, 0], [0.40, 1.40, 2.40, 0], [0.30, 0.59, 0.11, 0]];
apr_mwnvg_handle_wpstd_vfx = [1, 1.0, 0, [0, 0.00, 0.00, 0], [0.25, 0.75, 0.80, 0], [0.30, 0.59, 0.11, 0]];
Expand Down

0 comments on commit 6b51620

Please sign in to comment.