diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index 95d2674b91..580adecca8 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -337,6 +337,7 @@ tags: - CigPack - Taser + - SecBeltEquip components: - Stunbaton - FlashOnTrigger diff --git a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml index c19d3b631c..dbbf2963a4 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml @@ -59,6 +59,9 @@ id: FlashlightSeclite description: A robust flashlight used by security. components: + - type: Tag + tags: + - SecBeltEquip - type: PowerCellSlot cellSlot: startingItem: PowerCellHigh diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 55184593ef..ea6478bf9d 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -420,6 +420,9 @@ - type: Tag id: Screwdriver +- type: Tag + id: SecBeltEquip + - type: Tag id: SecwayKeys