+ Aluminum bar config
+ test resetting pz animation
This commit is contained in:
vbawol
2013-02-07 23:56:35 -06:00
parent ef3c573b92
commit 5c0f7d84f6
4 changed files with 25 additions and 4 deletions

View File

@@ -1388,6 +1388,17 @@ class CfgMagazines
picture = "\dayz_equip\textures\equip_bar_copper_CA.paa";
descriptionShort = "Copper Bar";
};
class ItemAluminumBar: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = "Aluminum";
model = "\dayz_equip\models\silver_bar.p3d";
picture = "\dayz_equip\textures\equip_bar_silver_CA.paa";
descriptionShort = "Aluminum Bar";
};
class ItemZombieParts: CA_Magazine
{
scope = 2;