mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21:57 +03:00
Icons, 9mm silencer, m16a2
Vanilla development commit: https://github.com/DayZMod/DayZ/commit/896825693dfe7bc231af17a3dbbf48eccbd765e9
This commit is contained in:
@@ -9,7 +9,8 @@ class Makarov_DZ : Makarov
|
||||
|
||||
class Attachments
|
||||
{
|
||||
Attachment_SupMakarov = "Makarov_SD_DZ";
|
||||
Attachment_SupMakarov = "Makarov_SD_DZ"; //left to maintain old suppressor attachment
|
||||
Attachment_Sup9 = "Makarov_SD_DZ";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -27,7 +28,7 @@ class Makarov_SD_DZ : MakarovSD
|
||||
class RemoveSuppressor
|
||||
{
|
||||
text = $STR_ATTACHMENT_RMVE_Silencer;
|
||||
script = "; ['Attachment_SupMakarov',_id,'Makarov_DZ'] call player_removeAttachment";
|
||||
script = "; ['Attachment_Sup9',_id,'Makarov_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user