1.0.2.4 RC2

This commit is contained in:
[VB]AWOL
2013-10-07 00:30:42 -05:00
parent 96cba5647f
commit 9db68d1eb1
41 changed files with 371 additions and 200 deletions

View File

@@ -132,7 +132,7 @@ class CfgMagazines {
};
// Items
// Items
class ItemHotwireKit: CA_Magazine
{
scope = 2;
@@ -145,6 +145,18 @@ class CfgMagazines {
weight = 2;
};
class ItemDocument: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = "Document";
model = "\z\addons\dayz_epoch\models\doc_generic.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa";
descriptionShort = "Unknown document";
weight = 0.5;
};
class ItemCanvas: CA_Magazine
{
scope = 2;