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 PabstMirror
parent 9e85508f0d
commit c4c98696e0

View File

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