mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Unblacklist vanilla medical items from arsenal (#7017)
- The replacement setting may be disabled so we shouldn't prevent their addition - If it isn't, they will be replaced with suitable items which is fine (and someone may want to design a mission that works either way)
This commit is contained in:
@ -8,14 +8,12 @@ class CfgWeapons {
|
|||||||
|
|
||||||
class FirstAidKit: ItemCore {
|
class FirstAidKit: ItemCore {
|
||||||
type = 0;
|
type = 0;
|
||||||
EGVAR(arsenal,hide) = 1;
|
|
||||||
class ItemInfo: InventoryFirstAidKitItem_Base_F {
|
class ItemInfo: InventoryFirstAidKitItem_Base_F {
|
||||||
mass = 4;
|
mass = 4;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class Medikit: ItemCore {
|
class Medikit: ItemCore {
|
||||||
type = 0;
|
type = 0;
|
||||||
EGVAR(arsenal,hide) = 1;
|
|
||||||
class ItemInfo: MedikitItem {
|
class ItemInfo: MedikitItem {
|
||||||
mass = 60;
|
mass = 60;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user