mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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";
|
script = "; ['Attachment_NSPU',_id,'SVD_DZ'] call player_removeAttachment";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class Attachments {};
|
||||||
};
|
};
|
||||||
|
|
||||||
class SVD_Gold_DZ : SVD_PSO1_DZ {
|
class SVD_Gold_DZ : SVD_PSO1_DZ {
|
||||||
@@ -171,4 +173,5 @@ class SVD_Gold_DZ : SVD_PSO1_DZ {
|
|||||||
picture = "\RH_aks\inv\svdg.paa";
|
picture = "\RH_aks\inv\svdg.paa";
|
||||||
|
|
||||||
class ItemActions {};
|
class ItemActions {};
|
||||||
|
class Attachments {};
|
||||||
};
|
};
|
||||||
@@ -7,4 +7,5 @@ class SVU_PSO1_DZ: SVD_PSO1_DZ {
|
|||||||
soundBegin[] = {"begin1",1};
|
soundBegin[] = {"begin1",1};
|
||||||
magazines[] = {"10Rnd_762x54_SVD"};
|
magazines[] = {"10Rnd_762x54_SVD"};
|
||||||
class ItemActions {};
|
class ItemActions {};
|
||||||
|
class Attachments {};
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user