Skip to content

Commit

Permalink
Implement #19 and #20
Browse files Browse the repository at this point in the history
  • Loading branch information
Trigger81 authored Jan 12, 2019
1 parent ac9ff19 commit b92069c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Addons/e12_tools/functions/fnc_actionAdminMedicalFullHeal.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ if(vehicle _unit == _unit) then {
_unit enableStamina false;
_unit forceWalk false;
_unit allowSprint true;
_unit setVariable [QGVAR(thirst), 0];
_unit setVariable [QGVAR(hunger), 0];
_unit setVariable [QGVAR(pain), 0, true];
_unit setVariable [QGVAR(morphine), 0, true];
_unit setVariable [QGVAR(bloodVolume), 100, true];
_unit setVariable ["ACE_isUnconscious", false, true];
_unit setVariable [QGVAR(tourniquets), [0,0,0,0,0,0], true];
} else {
_unit setVehicleAmmo 1;
_unit setFuel 1;
Expand Down

0 comments on commit b92069c

Please sign in to comment.