mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-23 16:40:50 +03:00
Fix broken legs icon flashing indefinitely
This keeps the icon solid when your legs are broken instead of flashing it constantly.
This commit is contained in:
@@ -88,7 +88,7 @@ _ctrlEye ctrlSetText _visualtext;
|
||||
_ctrlEar ctrlSetText _audibletext;
|
||||
|
||||
// Fracture/Broken Legs
|
||||
if (!(canStand player) and !(ctrlShown _ctrlFracture)) then {
|
||||
if !(canStand player) then {
|
||||
_ctrlFracture ctrlShow true;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user