Skip to content

Commit

Permalink
Update addons/medical_vitals/functions/fnc_updatePain.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: Jouni Järvinen <[email protected]>
  • Loading branch information
LinkIsGrim and rautamiekka authored Dec 19, 2024
1 parent ad79d95 commit a4c0ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/medical_vitals/functions/fnc_updatePain.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

params ["_unit", "_syncValues"];

// Handle pain due tourniquets, that have been applied more than 120 s ago
// Handle pain due to tourniquets, that have been applied more than 120 s ago
private _activeTourniquets = GET_TOURNIQUETS(_unit) - [0];
if (_activeTourniquets isEqualTo []) exitWith {};

Expand Down

0 comments on commit a4c0ffd

Please sign in to comment.