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:
A Man
2020-04-03 12:45:37 +02:00
parent 57e9fff9e8
commit 76ac4addc5
12 changed files with 234 additions and 237 deletions

View File

@@ -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)];
};