12345678910111213141516171819202122 |
- params["_healer","_patient"];
- private _bandagedWounds = _patient getVariable ["ace_medical_bandagedWounds", []];
- _patient setVariable ["ace_medical_bandagedWounds", [], true];
- _patient setVariable ["ace_medical_stitchedWounds", _bandagedWounds, true];
- [_patient] call ace_medical_engine_fnc_updateDamageEffects;
|