mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix anitbiotics to remote player cures own infection
Vanilla commit:
4c6b45d507
This commit is contained in:
@@ -29,9 +29,11 @@ if (_hasAntibiotics) then {
|
||||
//Remove one table from the box.
|
||||
[_medsUsed,"medical"] call dayz_reduceItems;
|
||||
|
||||
|
||||
//remove infection
|
||||
r_player_infected = false;
|
||||
_unit setVariable["USEC_infected",false,true];
|
||||
//Called in medAntis
|
||||
//r_player_infected = false;
|
||||
//_unit setVariable["USEC_infected",false,true];
|
||||
|
||||
//remove option
|
||||
call fnc_usec_medic_removeActions;
|
||||
|
||||
Reference in New Issue
Block a user