Some more whitelists for belts (#26085)

* Allow surgery tools in medbelt

* add lil more changes
This commit is contained in:
lzk
2024-03-13 19:55:26 +01:00
committed by GitHub
parent 6574681bcb
commit 2b5a75ba66
4 changed files with 13 additions and 0 deletions

View File

@@ -41,6 +41,7 @@
- Geiger - Geiger
- TrayScanner - TrayScanner
- GasAnalyzer - GasAnalyzer
- HandLabeler
- type: ItemMapper - type: ItemMapper
mapLayers: mapLayers:
drill: drill:
@@ -265,10 +266,12 @@
- PillCanister - PillCanister
- Radio - Radio
- DiscreteHealthAnalyzer - DiscreteHealthAnalyzer
- SurgeryTool
components: components:
- Hypospray - Hypospray
- Injector - Injector
- Pill - Pill
- HandLabeler
- type: ItemMapper - type: ItemMapper
mapLayers: mapLayers:
bottle: bottle:
@@ -341,6 +344,7 @@
components: components:
- Seed - Seed
- Smokable - Smokable
- HandLabeler
- type: ItemMapper - type: ItemMapper
mapLayers: mapLayers:
hatchet: hatchet:

View File

@@ -8,6 +8,9 @@
- type: Sprite - type: Sprite
- type: StaticPrice - type: StaticPrice
price: 20 price: 20
- type: Tag
tags:
- SurgeryTool
# Cautery # Cautery

View File

@@ -61,6 +61,9 @@
quickEquip: false quickEquip: false
slots: slots:
- Belt - Belt
- type: Tag
tags:
- Flashlight
- type: entity - type: entity
parent: Lantern parent: Lantern

View File

@@ -1142,6 +1142,9 @@
- type: Tag - type: Tag
id: SuitEVA id: SuitEVA
- type: Tag
id: SurgeryTool
- type: Tag - type: Tag
id: SurveillanceCameraMonitorCircuitboard id: SurveillanceCameraMonitorCircuitboard