mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-03-01 03:01:52 +03:00
Add PDW SD attachment support
This commit is contained in:
@@ -1,10 +1,19 @@
|
||||
class PDW_DZ : UZI_EP1
|
||||
{
|
||||
/* //Allow default A2 mags
|
||||
magazines[] =
|
||||
class Attachments
|
||||
{
|
||||
30Rnd_9x19_UZI,
|
||||
30Rnd_9x19_UZI_SD
|
||||
Attachment_Sup9 = "PDW_SD_DZ";
|
||||
};
|
||||
};
|
||||
|
||||
class PDW_SD_DZ : UZI_SD_EP1
|
||||
{
|
||||
class ItemActions
|
||||
{
|
||||
class RemoveSuppressor
|
||||
{
|
||||
text = $STR_ATTACHMENT_RMVE_Silencer;
|
||||
script = "; ['Attachment_Sup9',_id,'PDW_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
*/
|
||||
};
|
||||
Reference in New Issue
Block a user