fix out of stock msg. Add display name to supply crates and tweak model.
This commit is contained in:
vbawol
2013-01-30 14:22:18 -06:00
parent 13ca69a8fc
commit f5af6512fd
5 changed files with 5 additions and 4 deletions

View File

@@ -1483,6 +1483,7 @@ class CfgMagazines
scope = 2;
count = 12;
type = "(256 * 6)";
displayName = "Supply Crate";
model = "\dayz_equip\models\supply_crate.p3d";
picture = "\dayz_equip\textures\equip_wooden_crate_ca.paa";
descriptionShort = "12 x NV Goggles";
@@ -1492,9 +1493,10 @@ class CfgMagazines
scope = 2;
count = 12;
type = "(256 * 6)";
displayName = "Supply Crate";
model = "\dayz_equip\models\supply_crate.p3d";
picture = "\dayz_equip\textures\equip_wooden_crate_ca.paa";
descriptionShort = "12 x 30Rnd_9x19_MP5SD rounds";
descriptionShort = "12 x 30Rnd_9x19_MP5SD";
};
class ItemGenerator: CA_Magazine
{