We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2588691 + 1bc3af0 commit 46cb130Copy full SHA for 46cb130
1 file changed
addons/ophthalmology/functions/fnc_handleDustInjury.sqf
@@ -31,7 +31,7 @@ if (_cause in ["dust", "rotorWash"]) then {
31
32
_unit setVariable [QGVAR(dustInjuryHeavy), ((_dustInjuryHeavy + (random 1)) min 5), true];
33
} else {
34
- _unit setVariable [QGVAR(_dustInjuryLight), ((_dustInjuryLight + (random 1)) min 5), true];
+ _unit setVariable [QGVAR(dustInjuryLight), ((_dustInjuryLight + (random 1)) min 5), true];
35
};
36
37
if (GET_DUST_INJURY(_unit) > 5) then {
0 commit comments