mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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.
|
//Remove one table from the box.
|
||||||
[_medsUsed,"medical"] call dayz_reduceItems;
|
[_medsUsed,"medical"] call dayz_reduceItems;
|
||||||
|
|
||||||
|
|
||||||
//remove infection
|
//remove infection
|
||||||
r_player_infected = false;
|
//Called in medAntis
|
||||||
_unit setVariable["USEC_infected",false,true];
|
//r_player_infected = false;
|
||||||
|
//_unit setVariable["USEC_infected",false,true];
|
||||||
|
|
||||||
//remove option
|
//remove option
|
||||||
call fnc_usec_medic_removeActions;
|
call fnc_usec_medic_removeActions;
|
||||||
|
|||||||
Reference in New Issue
Block a user