Add files via upload

This commit is contained in:
worldwidesorrow
2019-12-12 05:03:07 -06:00
committed by GitHub
parent 16117b035c
commit a89cd08438

View File

@@ -0,0 +1,12 @@
private ["_unit","_medic"];
_unit = _this select 0;
_medic = _this select 1;
r_player_Sepsis = [false, 0];
_unit setVariable ["USEC_Sepsis", false, true];
_unit setVariable ["sepsisStarted", nil];
if (_medic != player) then {
format [localize "str_actions_medical_general_received",(name _medic),localize "STR_ITEM_DESC_WIPES"] call dayz_rollingMessages;
};