mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
@@ -15,7 +15,8 @@ class Bizon_DZ : bizon
|
||||
|
||||
class Attachments
|
||||
{
|
||||
Attachment_SupBizon = "Bizon_SD_DZ";
|
||||
Attachment_SupBizon = "Bizon_SD_DZ";//left to maintain old attachment suppressor
|
||||
Attachment_Sup9 = "Bizon_SD_DZ";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -39,7 +40,7 @@ class Bizon_SD_DZ : bizon_silenced
|
||||
class RemoveSuppressor
|
||||
{
|
||||
text = $STR_ATTACHMENT_RMVE_Silencer;
|
||||
script = "; ['Attachment_SupBizon',_id,'Bizon_DZ'] call player_removeAttachment";
|
||||
script = "; ['Attachment_Sup9',_id,'Bizon_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -6,6 +6,10 @@ class M16A2_DZ : M16A2
|
||||
30Rnd_556x45_Stanag,
|
||||
30Rnd_556x45_StanagSD
|
||||
};
|
||||
class Attachments
|
||||
{
|
||||
Attachment_M203 = "M16A2_GL_DZ";
|
||||
};
|
||||
};
|
||||
|
||||
class M16A2_GL_DZ : M16A2GL
|
||||
@@ -15,4 +19,12 @@ class M16A2_GL_DZ : M16A2GL
|
||||
30Rnd_556x45_Stanag,
|
||||
30Rnd_556x45_StanagSD
|
||||
};
|
||||
class ItemActions
|
||||
{
|
||||
class RemoveGL
|
||||
{
|
||||
text = $STR_DZ_ATT_M203_RMVE;
|
||||
script = "; ['Attachment_M203',_id,'M16A2_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user