Add handheld crew monitor (#6404)

Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
Fishfish458
2022-02-04 15:17:16 -06:00
committed by GitHub
parent 44d2f8066b
commit fe6d2768d2
8 changed files with 58 additions and 10 deletions

View File

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

View File

@@ -147,6 +147,7 @@
- HydroponicsToolScythe
- HydroponicsToolHatchet
- Shovel
- HandheldCrewMonitor
- Scalpel
- Retractor
- Cautery