mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user