ACE_Chemlight_Shield not public (#4612)

Changed `ACE_Chemlight_Shield` to `public` from `protected`
This commit is contained in:
Broström.A | Evul 2016-11-12 23:19:50 +01:00 committed by Glowbal
parent 1f6ce7ff81
commit e73d20f3c3

View File

@ -44,7 +44,7 @@ class CfgWeapons {
descriptionShort = CSTRING(Shield_Empty_DescriptionShort);
model = "\A3\weapons_F\ammo\mag_univ.p3d";
picture = QPATHTOF(UI\ace_chemlight_shield_x_ca.paa);
scope = 1;
scope = 2;
class ItemInfo: InventoryItem_Base_F {
mass = 1;
};