Fix SVD and SUV attachments

This commit is contained in:
AirwavesMan
2021-02-05 12:32:27 +01:00
parent e78effe8bf
commit e38e9ccd72
2 changed files with 4 additions and 0 deletions

View File

@@ -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 {};
}; };

View File

@@ -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 {};
}; };