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
This commit is contained in:
Peptide90
2022-06-01 04:17:37 +01:00
committed by GitHub
parent 01a991ebad
commit 4aacaed50b
2 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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