Finish Medical and Sleep to UiSleep

This commit is contained in:
icomrade
2016-03-05 22:34:09 -05:00
parent eadb3566c4
commit 68da397c52
87 changed files with 1320 additions and 1056 deletions

View File

@@ -151,7 +151,7 @@ if ((_startUpgrade) AND (isClass(_upgradeConfig))) then {
_cursorTarget setVariable["alreadyupgrading",1];
sleep 0.03;
uiSleep 0.03;
//Get location and direction of old item
_dir = round getDir _cursorTarget;
@@ -201,7 +201,7 @@ if ((_startUpgrade) AND (isClass(_upgradeConfig))) then {
_countr = _countr + 1;
} count _objWpnTypes;
sleep 3;
uiSleep 3;
//Light fire
[_object,true] call dayz_inflame;