Skip to content

Commit 46cb130

Browse files
authored
Merge branch 'KAT-Advanced-Medical:dev-Tomcat' into Japanese-Jan25-03
2 parents 2588691 + 1bc3af0 commit 46cb130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/ophthalmology/functions/fnc_handleDustInjury.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if (_cause in ["dust", "rotorWash"]) then {
3131

3232
_unit setVariable [QGVAR(dustInjuryHeavy), ((_dustInjuryHeavy + (random 1)) min 5), true];
3333
} else {
34-
_unit setVariable [QGVAR(_dustInjuryLight), ((_dustInjuryLight + (random 1)) min 5), true];
34+
_unit setVariable [QGVAR(dustInjuryLight), ((_dustInjuryLight + (random 1)) min 5), true];
3535
};
3636

3737
if (GET_DUST_INJURY(_unit) > 5) then {

0 commit comments

Comments
 (0)