mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 19:26:08 +03:00
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
private ["_unit","_medic"];
|
|
|
|
_unit = _this select 0;
|
|
_medic = _this select 1;
|
|
|
|
r_player_infected = false;
|
|
_unit setVariable["USEC_infected",false,true];
|
|
|
|
if (_medic != player) then {
|
|
format [localize "str_actions_medical_antibiotics_received",(name _medic)] call dayz_rollingMessages;
|
|
};
|