mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add files via upload
This commit is contained in:
12
SQF/dayz_code/medical/publicEH/medABwipe.sqf
Normal file
12
SQF/dayz_code/medical/publicEH/medABwipe.sqf
Normal 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;
|
||||
};
|
||||
Reference in New Issue
Block a user