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:
committed by
Glowbal
parent
1f6ce7ff81
commit
e73d20f3c3
@ -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;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user