From 185b9f7d2a630d8f75bde4c3d3c4935917675662 Mon Sep 17 00:00:00 2001 From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Sat, 6 May 2023 23:51:59 -0400 Subject: [PATCH] cloth and health analyzer fit in med belt. (#16194) --- Resources/Prototypes/Entities/Clothing/Belt/belts.yml | 1 + Resources/Prototypes/Entities/Objects/Materials/materials.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index baa1895181..d4f9850f41 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -243,6 +243,7 @@ - CigPack - PillCanister - Radio + - DiscreteHealthAnalyzer components: - Hypospray - Injector diff --git a/Resources/Prototypes/Entities/Objects/Materials/materials.yml b/Resources/Prototypes/Entities/Objects/Materials/materials.yml index 94d74275b5..1815db1e02 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/materials.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/materials.yml @@ -63,6 +63,9 @@ name: cloth suffix: Full components: + - type: Tag + tags: + - Gauze - type: Healing damageContainer: Biological damage: -- 2.51.2