From 4aacaed50b73177aaecd15e9199377598875421f Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Wed, 1 Jun 2022 04:17:37 +0100 Subject: [PATCH] Adds health analyzer to 3 first aid kits (#8535) * adds healthanalyzer to 3 first aid kits normal, advanced and combat kits only * increase first aid kit sizes --- Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml | 7 ++++++- .../Entities/Objects/Specific/Medical/medkits.yml | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml b/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml index 030053eb9b..aa308fb31a 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml @@ -6,13 +6,14 @@ components: - type: StorageFill contents: + - id: HandheldHealthAnalyzer + amount: 1 - id: Brutepack amount: 2 - id: Gauze amount: 1 - id: Ointment amount: 2 - # todo 1 Health Analyzer once it exists. Remove brutepack and ointment for suture, gauze, mesh and medipen? # see https://github.com/tgstation/blob/master/code/game/objects/items/storage/firstaid.dm for example contents - type: entity @@ -92,6 +93,8 @@ components: - type: StorageFill contents: + - id: HandheldHealthAnalyzer + amount: 1 - id: Brutepack amount: 3 # TO DO: Advanced fills - id: SyringeTranexamicAcid @@ -108,6 +111,8 @@ components: - type: StorageFill contents: + - id: HandheldHealthAnalyzer + amount: 1 - id: SyringeEphedrine amount: 1 # TO DO: More combat meds - id: SyringeTranexamicAcid diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/medkits.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/medkits.yml index bc4cf3eb1c..4ae1d15fa0 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/medkits.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/medkits.yml @@ -9,9 +9,9 @@ netsync: false state: firstaid - type: Storage - capacity: 26 + capacity: 30 - type: Item - size: 26 + size: 30 sprite: Objects/Specific/Medical/firstaidkits.rsi HeldPrefix: firstaid