Skip to content

Commit

Permalink
Update XEH_preInit.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
MiszczuZPolski committed Dec 7, 2024
1 parent e64849b commit 7ad0bba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/chemical/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ PREP_RECOMPILE_END;
false
] call CBA_Settings_fnc_init;

// Infection time
// Chance of weapon drop by tear gas
[
QGVAR(tearGasDropChance),
"SLIDER",
Expand All @@ -55,13 +55,13 @@ PREP_RECOMPILE_END;
true
] call CBA_Settings_fnc_init;

// Chance of weapon drop by tear gas
// Infection time
[
QGVAR(infectionTime),
"SLIDER",
"TIME",
[LLSTRING(SETTING_infectionTime), LLSTRING(SETTING_infectionTime_DESC)],
CBA_SETTINGS_CHEM,
[0, 3600, 60, 0, true],
[0, 3600, 60],
true
] call CBA_Settings_fnc_init;
ADDON = true;

0 comments on commit 7ad0bba

Please sign in to comment.