mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
That ought to not have worked before
This commit is contained in:
parent
450a18e13a
commit
b7bd468fdd
@ -8,7 +8,7 @@ class cfgMagazines {
|
||||
displayName = CSTRING(magazine_HE_displayName);
|
||||
displayNameShort = "";
|
||||
descriptionShort = CSTRING(magazine_descriptionShort);
|
||||
model = PATHTOF(data\l16_ammo_he.p3d)
|
||||
model = PATHTOF(data\l16_ammo_he.p3d);
|
||||
picture = PATHTOF(UI\w_l16_ammo_he_ca.paa);
|
||||
mass = 50;
|
||||
};
|
||||
@ -47,7 +47,7 @@ class cfgMagazines {
|
||||
displayName = CSTRING(magazine_HE_Guided_displayName);
|
||||
displayNameShort = "";
|
||||
descriptionShort = CSTRING(magazine_descriptionShort);
|
||||
model = PATHTOF(data\l16_ammo_he.p3d)
|
||||
model = PATHTOF(data\l16_ammo_he.p3d);
|
||||
picture = PATHTOF(UI\w_l16_ammo_he_ca.paa);
|
||||
mass = 50;
|
||||
};
|
||||
@ -60,7 +60,7 @@ class cfgMagazines {
|
||||
displayName = CSTRING(magazine_HE_LaserGuided_displayName);
|
||||
displayNameShort = "";
|
||||
descriptionShort = CSTRING(magazine_descriptionShort);
|
||||
model = PATHTOF(data\l16_ammo_he.p3d)
|
||||
model = PATHTOF(data\l16_ammo_he.p3d);
|
||||
picture = PATHTOF(UI\w_l16_ammo_he_ca.paa);
|
||||
mass = 50;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user