From 402648b8bd8bdcac78d0d56ba498e785ef10192d Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 6 Sep 2022 04:46:30 +0200 Subject: [PATCH] Tweak: Allows putting the seclite in a security belt (#10997) --- Resources/Prototypes/Entities/Clothing/Belt/belts.yml | 1 + Resources/Prototypes/Entities/Objects/Tools/flashlights.yml | 3 +++ Resources/Prototypes/tags.yml | 3 +++ 3 files changed, 7 insertions(+) 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