mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 19:26:08 +03:00
Update medical functions
This updates the medical functions for the new player_humanityChange call and updates the code where it was needed.
This commit is contained in:
@@ -42,7 +42,7 @@ if !(isNil "_medsUsed") then {
|
||||
publicVariableServer "PVDZ_send";
|
||||
|
||||
//Give humnaity for good deeds
|
||||
[20,0] call player_humanityChange;
|
||||
20 call player_humanityChange;
|
||||
|
||||
_msg = format[localize "str_actions_medical_gave_antibiotics", (name _unit)];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user