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:
A Man
2019-12-14 10:00:35 +01:00
parent ca1eef5b90
commit 6740fb5326
4 changed files with 119 additions and 88 deletions

View File

@@ -187,7 +187,7 @@ if (isPlayer cursorTarget) then {
//Allow player to give antibacterial wipe
if(_hasSepsis && {_hasABWipes}) then {
r_action = true;
_action = _unit addAction [format[localize "str_actions_medical_08a",localize "STR_ITEM_DESC_WIPES"], "\z\addons\dayz_code\medical\wipes.sqf",[_unit], 0, true, true];
_action = _unit addAction [localize "str_actions_medical_04_wipes", "\z\addons\dayz_code\medical\wipes.sqf",[_unit], 0, true, true];
r_player_actions set [count r_player_actions,_action];
};
//Allow player to give Epinephrine