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: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: HandheldHealthAnalyzer
amount: 1
- id: Brutepack - id: Brutepack
amount: 2 amount: 2
- id: Gauze - id: Gauze
amount: 1 amount: 1
- id: Ointment - id: Ointment
amount: 2 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 # see https://github.com/tgstation/blob/master/code/game/objects/items/storage/firstaid.dm for example contents
- type: entity - type: entity
@@ -92,6 +93,8 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: HandheldHealthAnalyzer
amount: 1
- id: Brutepack - id: Brutepack
amount: 3 # TO DO: Advanced fills amount: 3 # TO DO: Advanced fills
- id: SyringeTranexamicAcid - id: SyringeTranexamicAcid
@@ -108,6 +111,8 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: HandheldHealthAnalyzer
amount: 1
- id: SyringeEphedrine - id: SyringeEphedrine
amount: 1 # TO DO: More combat meds amount: 1 # TO DO: More combat meds
- id: SyringeTranexamicAcid - id: SyringeTranexamicAcid

View File

@@ -9,9 +9,9 @@
netsync: false netsync: false
state: firstaid state: firstaid
- type: Storage - type: Storage
capacity: 26 capacity: 30
- type: Item - type: Item
size: 26 size: 30
sprite: Objects/Specific/Medical/firstaidkits.rsi sprite: Objects/Specific/Medical/firstaidkits.rsi
HeldPrefix: firstaid HeldPrefix: firstaid