mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix SVD and SUV attachments
This commit is contained in:
@@ -163,6 +163,8 @@ class SVD_NSPU_DZ : SVD_PSO1_DZ {
|
||||
script = "; ['Attachment_NSPU',_id,'SVD_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
|
||||
class Attachments {};
|
||||
};
|
||||
|
||||
class SVD_Gold_DZ : SVD_PSO1_DZ {
|
||||
@@ -171,4 +173,5 @@ class SVD_Gold_DZ : SVD_PSO1_DZ {
|
||||
picture = "\RH_aks\inv\svdg.paa";
|
||||
|
||||
class ItemActions {};
|
||||
class Attachments {};
|
||||
};
|
||||
@@ -7,4 +7,5 @@ class SVU_PSO1_DZ: SVD_PSO1_DZ {
|
||||
soundBegin[] = {"begin1",1};
|
||||
magazines[] = {"10Rnd_762x54_SVD"};
|
||||
class ItemActions {};
|
||||
class Attachments {};
|
||||
};
|
||||
Reference in New Issue
Block a user