This commit is contained in:
[VB]AWOL
2013-12-02 09:54:52 -06:00
parent 7e16cb51b2
commit 141f10c415
4 changed files with 44 additions and 20 deletions

View File

@@ -10,11 +10,13 @@ _lastused = _unit getVariable ["LastTransfusion", time];
call fnc_usec_medic_removeActions;
r_action = false;
// not possible to transfuse while in a vehicle
if (vehicle player != player) exitWith { };
player playActionNow "Medic";
[1,1] call dayz_HungerThirst;
if (vehicle player == player) then {
//not in a vehicle
player playActionNow "Medic";
};
r_interrupt = false;
_animState = animationState player;