Add handheld crew monitor (#6404)
Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
- type: entity
|
||||
name: handheld crew monitor
|
||||
parent: BaseItem
|
||||
id: HandheldCrewMonitor
|
||||
description: A hand-held crew monitor displaying the status of suit sensors.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Medical/handheldcrewmonitor.rsi
|
||||
state: scanner
|
||||
- type: ActivatableUI
|
||||
key: enum.CrewMonitoringUIKey.Key
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.CrewMonitoringUIKey.Key
|
||||
type: CrewMonitoringBoundUserInterface
|
||||
- type: CrewMonitoringConsole
|
||||
- type: DeviceNetworkComponent
|
||||
deviceNetId: Wireless
|
||||
- type: WirelessNetworkConnection
|
||||
range: 500
|
||||
@@ -147,6 +147,7 @@
|
||||
- HydroponicsToolScythe
|
||||
- HydroponicsToolHatchet
|
||||
- Shovel
|
||||
- HandheldCrewMonitor
|
||||
- Scalpel
|
||||
- Retractor
|
||||
- Cautery
|
||||
|
||||
Reference in New Issue
Block a user