Should be all scope entries

This commit is contained in:
icomrade
2016-03-05 20:36:07 -05:00
parent 5cfe47c718
commit 9d52fb0595
251 changed files with 887 additions and 882 deletions

View File

@@ -1,6 +1,6 @@
class ItemMatchbox_base : ItemCore
{
scope = 0;
scope = private;
model = "\dayz_equip\models\matchbox_gear.p3d";
picture = "\dayz_equip\textures\equip_matchbox_ca.paa";
displayName = $STR_EQUIP_NAME_3;
@@ -9,7 +9,7 @@ class ItemMatchbox_base : ItemCore
class ItemMatchboxEmpty : ItemMatchbox_base
{
scope = 2;
scope = public;
displayName = $STR_EQUIP_NAME_3_EMPTY;
descriptionShort = $STR_EQUIP_DESC_3_EMPTY;
};
@@ -17,7 +17,7 @@ class ItemMatchboxEmpty : ItemMatchbox_base
//Loot Spawn Table.
class ItemMatchbox : ItemMatchbox_base
{
scope = 2;
scope = public;
class Ignators
{
@@ -90,7 +90,7 @@ class Item1Matchbox : ItemMatchbox
};
class ItemMatchbox_DZE: ItemMatchbox
{
scope = 2;
scope = public;
//displayName = $STR_EQUIP_NAME_3;
//model = "\dayz_equip\models\matchbox_gear.p3d";
//picture = "\dayz_equip\textures\equip_matchbox_ca.paa";