mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Finish Medical and Sleep to UiSleep
This commit is contained in:
@@ -590,7 +590,7 @@ if (!isDedicated) then {
|
||||
private "_delay";
|
||||
_delay = ((10000 + _humanity) / 5500) + 0.3;
|
||||
playSound "heartbeat_1";
|
||||
sleep _delay;
|
||||
uiSleep _delay;
|
||||
};
|
||||
dayz_heartBeat = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user