mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Add new attachments
made by @seelenapparat and @DeVloek
This commit is contained in:
@@ -24,4 +24,19 @@ class Attachment_Ghillie : CA_Magazine
|
||||
script = "; [_id,0] call player_attachAttachment";
|
||||
};*/
|
||||
};
|
||||
};
|
||||
class Attachment_Ghillie_Desert : Attachment_Ghillie
|
||||
{
|
||||
picture = "\dayz_epoch_c\icons\attachments\attachment_netting_desert.paa";
|
||||
displayName = $STR_DZE_ATTACHMENT_GHIL_DES_NAME;
|
||||
};
|
||||
class Attachment_Ghillie_Snow : Attachment_Ghillie
|
||||
{
|
||||
picture = "\dayz_epoch_c\icons\attachments\attachment_netting_snow.paa";
|
||||
displayName = $STR_DZE_ATTACHMENT_GHIL_SNOW_NAME;
|
||||
};
|
||||
class Attachment_Ghillie_Urban : Attachment_Ghillie
|
||||
{
|
||||
picture = "\dayz_epoch_c\icons\attachments\attachment_netting_urban.paa";
|
||||
displayName = $STR_DZE_ATTACHMENT_GHIL_URB_NAME;
|
||||
};
|
||||
Reference in New Issue
Block a user