From b0ad5d8b2e61bbe6e93a1fbbb58334797b6057a2 Mon Sep 17 00:00:00 2001 From: YoungThug Date: Wed, 26 Nov 2025 10:17:18 -0700 Subject: [PATCH] Tourniquets can now fit in medical belts (#41584) --- Resources/Prototypes/Entities/Clothing/Belt/job.yml | 1 + .../Prototypes/Entities/Objects/Specific/Medical/healing.yml | 1 + Resources/Prototypes/tags.yml | 3 +++ 3 files changed, 5 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Belt/job.yml b/Resources/Prototypes/Entities/Clothing/Belt/job.yml index 39a331dc0d..820a59e019 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/job.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/job.yml @@ -177,6 +177,7 @@ - Bloodpack - Gauze - Ointment + - Tourniquet - CigPack - PillCanister - Radio diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index ae89913f38..937d4c0389 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -257,6 +257,7 @@ - type: Tag tags: - SecBeltEquip + - Tourniquet - type: Sprite state: tourniquet - type: Item diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 34dfe443ad..edec084897 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -1418,6 +1418,9 @@ - type: Tag id: Torch # CargoBounty: BountyTorch. ConstructionGraph: PumpkinAddLight +- type: Tag + id: Tourniquet # Storage whitelist: ClothingBeltMedical + - type: Tag id: ToyRubberDuck # ConstructionGraph: ClothingShoeSlippersDuck -- 2.52.0