mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 19:26:08 +03:00
Adding german medical translations, minor changes
Changing the messages for wipes. It cannot be done like it was before for the german language. Thx @RedLink-kam for the russain translations. Ive re-ordered the new strings so the Namalsk compatibility is the last again. Namalsk should be always last since it is just an addon from a different mod.
This commit is contained in:
@@ -8,5 +8,5 @@ _unit setVariable ["USEC_Sepsis", false, true];
|
||||
_unit setVariable ["sepsisStarted", nil];
|
||||
|
||||
if (_medic != player) then {
|
||||
format [localize "str_actions_medical_general_received",(name _medic),localize "STR_ITEM_DESC_WIPES"] call dayz_rollingMessages;
|
||||
format [localize "str_actions_medical_wipes_received",(name _medic)] call dayz_rollingMessages;
|
||||
};
|
||||
|
||||
@@ -35,7 +35,7 @@ if (_finished) then {
|
||||
// Give humanity
|
||||
[20,0] call player_humanityChange;
|
||||
|
||||
format[localize "str_actions_medical_general_give",localize "STR_ITEM_DESC_WIPES",(name _unit)] call dayz_rollingMessages;
|
||||
format[localize "str_actions_medical_gave_wipes",(name _unit)] call dayz_rollingMessages;
|
||||
};
|
||||
} else {
|
||||
player addMagazine "ItemAntibacterialWipe";
|
||||
|
||||
Reference in New Issue
Block a user