mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix weapon attachments
This commit is contained in:
@@ -2,12 +2,14 @@ class AKS_Gold_DZ: AKM_DZ {
|
||||
displayName = $STR_DZ_WPN_AKS_GOLD_NAME;
|
||||
model = "\RH_aks\RH_aks47g.p3d";
|
||||
picture = "\RH_aks\inv\aks47g.paa";
|
||||
class Attachments {};
|
||||
};
|
||||
|
||||
class AKS_Silver_DZ: AKM_DZ {
|
||||
displayName = $STR_DZ_WPN_AKS_SILVER_NAME;
|
||||
model = "\RH_aks\RH_aks47s.p3d";
|
||||
picture = "\RH_aks\inv\aks47s.paa";
|
||||
class Attachments {};
|
||||
};
|
||||
|
||||
class AK_47_S;
|
||||
|
||||
Reference in New Issue
Block a user