mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Finish Medical and Sleep to UiSleep
This commit is contained in:
@@ -20,7 +20,7 @@ if ((_tape in magazines player) && (_handle in magazines player)) then {
|
||||
//Fix the tool
|
||||
player playActionNow "Medic";
|
||||
[player,"bandage",0,false] call dayz_zombieSpeak;
|
||||
sleep 6;
|
||||
uiSleep 6;
|
||||
player removeWeapon _tool;
|
||||
player removeMagazine _tape;
|
||||
player removeMagazine _handle;
|
||||
|
||||
Reference in New Issue
Block a user