mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
1.0.2.4 RC2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user