diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index 21c91faadcc4..e713dc0a9293 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -398,7 +398,7 @@ sprite: Clothing/OuterClothing/Coats/syndicate/coatsyndiecaparmored.rsi - type: entity - parent: ClothingOuterStorageBase + parent: [ClothingOuterStorageBase, AllowSuitStorageClothing] id: ClothingOuterCoatAMG name: armored medical gown description: The version of the medical gown, with elements of a bulletproof vest, looks strange, but your heart is protected. diff --git a/Resources/Prototypes/_StarLight/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/_StarLight/Entities/Clothing/Belt/belts.yml index b6f670a5b1de..81d3895c8e36 100644 --- a/Resources/Prototypes/_StarLight/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/_StarLight/Entities/Clothing/Belt/belts.yml @@ -163,6 +163,8 @@ - type: Storage whitelist: tags: + - SecBeltEquip + - BrigmedicBeltEquip - CigPack - Taser - Wrench diff --git a/Resources/Prototypes/_StarLight/Entities/Objects/Specific/Medical/handheld_brigmedic_crew_monitor.yml b/Resources/Prototypes/_StarLight/Entities/Objects/Specific/Medical/handheld_brigmedic_crew_monitor.yml index 6e3fe673d7df..630ea0c47b8f 100644 --- a/Resources/Prototypes/_StarLight/Entities/Objects/Specific/Medical/handheld_brigmedic_crew_monitor.yml +++ b/Resources/Prototypes/_StarLight/Entities/Objects/Specific/Medical/handheld_brigmedic_crew_monitor.yml @@ -4,6 +4,9 @@ id: HandheldBrigmedicCrewMonitor description: So advanced it only tracks security personnel! Does not monitor emotional stability or competence levels of security members. Use at your own risk! components: + - type: Tag + tags: + - BrigmedicBeltEquip - type: Sprite sprite: _Starlight/Objects/Specific/Medical/handheld_brigmedic_crewmonitor.rsi state: scanner @@ -25,6 +28,9 @@ parent: HandheldBrigmedicCrewMonitor suffix: Empty components: + - type: Tag + tags: + - BrigmedicBeltEquip - type: ItemSlots slots: cell_slot: diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 38a2741a0a18..37741402eb32 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -1177,6 +1177,9 @@ - type: Tag id: SecBeltEquip +- type: Tag + id: BrigmedicBeltEquip + - type: Tag id: SecurePlasmaWindoor