mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 03:16:27 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user