mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-04 07:31:55 +03:00
Consolidate duplicate Remove Suppressor translations
Vanilla development commit: https://github.com/DayZMod/DayZ/commit/66af3465ac4335bfedbb96b46bf551702f040246
This commit is contained in:
@@ -80,7 +80,7 @@ class G17_SD_DZ : M9SD
|
||||
{
|
||||
class RemoveSuppressor
|
||||
{
|
||||
text = $STR_DZ_ATT_SUP9_RMVE;
|
||||
text = $STR_ATTACHMENT_RMVE_Silencer;
|
||||
script = "; ['Attachment_Sup9',_id,'G17_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
@@ -109,7 +109,7 @@ class G17_SD_FL_DZ : G17_SD_DZ
|
||||
{
|
||||
class RemoveSuppressor
|
||||
{
|
||||
text = $STR_DZ_ATT_SUP9_RMVE;
|
||||
text = $STR_ATTACHMENT_RMVE_Silencer;
|
||||
script = "; ['Attachment_Sup9',_id,'G17_FL_DZ'] call player_removeAttachment";
|
||||
};
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ class M9_SD_DZ : M9SD
|
||||
{
|
||||
class RemoveSuppressor
|
||||
{
|
||||
text = $STR_DZ_ATT_SUP9_RMVE;
|
||||
text = $STR_ATTACHMENT_RMVE_Silencer;
|
||||
script = "; ['Attachment_Sup9',_id,'M9_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ class Makarov_SD_DZ : MakarovSD
|
||||
{
|
||||
class RemoveSuppressor
|
||||
{
|
||||
text = $STR_DZ_ATT_SUP9PM_RMVE;
|
||||
text = $STR_ATTACHMENT_RMVE_Silencer;
|
||||
script = "; ['Attachment_SupMakarov',_id,'Makarov_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user