mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ACE_Chemlight_Shield not public (#4612)
Changed `ACE_Chemlight_Shield` to `public` from `protected`
This commit is contained in:
parent
9e85508f0d
commit
c4c98696e0
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user