Rename vanilla strings from #1708

When localizing vanilla strings please do not put "EPOCH" in their name
or include them in the dayz_epoch package of the stringtable. This
creates more work to backport common translation updates and vice versa.
This commit is contained in:
ebaydayz
2016-07-17 14:02:04 -04:00
parent b9f4aa3ae0
commit 7751914428
17 changed files with 108 additions and 139 deletions

View File

@@ -103,7 +103,7 @@ if (_unit == player) then
if ((_isHeadHit) and (_ammo in ["Crowbar_Swing_Ammo","Bat_Swing_Ammo","Sledge_Swing_Ammo"])) then {
[_unit] spawn {
_unit = _this select 0;
localize "STR_EPOCH_PLAYER_323" call dayz_rollingMessages;
localize "str_actions_medical_knocked_out" call dayz_rollingMessages;
[_unit,0.01] call fnc_usec_damageUnconscious;
_unit setVariable ["NORRN_unconscious", true, true];
r_player_timeout = 20 + round(random 60);