+ added test to crafting to require fire.
+ added bronze bars.
+ Added R3F Realism to chernarus mission file.
This commit is contained in:
vbawol
2013-02-10 08:35:15 -06:00
parent 88ddb2fafd
commit 1d22cc55b7
12 changed files with 101 additions and 44 deletions

View File

@@ -1400,6 +1400,16 @@ class CfgMagazines
descriptionShort = "Copper Bar";
};
class ItemBronzeBar: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = "Bronze";
model = "\dayz_equip\models\bronze_bar.p3d";
picture = "\dayz_equip\textures\equip_bar_bronze_CA.paa";
descriptionShort = "Bronze Bar";
};
class ItemAluminumBar: CA_Magazine
{
scope = 2;