Consolidate duplicate Remove Suppressor translations

Vanilla development commit:
66af3465ac
This commit is contained in:
ebaydayz
2016-07-16 14:48:53 -04:00
parent b49270c3f8
commit f60262aff1
11 changed files with 40 additions and 56 deletions

View File

@@ -158,7 +158,7 @@ class G36K_Camo_SD_DZ : G36_C_SD_eotech
{
class RemoveSuppressor
{
text = $STR_DZ_ATT_SUP556_RMVE;
text = $STR_ATTACHMENT_RMVE_Silencer;
script = "; ['Attachment_Sup556',_id,'G36K_Camo_DZ'] call player_removeAttachment";
};
};
@@ -200,7 +200,7 @@ class G36A_Camo_DZ : G36K_Camo_DZ
{
class RemoveSuppressor
{
text = $STR_DZ_ATT_SUP556_RMVE;
text = $STR_ATTACHMENT_RMVE_Silencer;
script = "; ['Attachment_Sup556',_id,'G36K_Camo_DZ'] call player_removeAttachment";
};
};