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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user