mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-12 16:53:35 +01:00
Merge pull request #7622 from VOREStation/aro-vitals
Port Bay vitals monitors
This commit is contained in:
@@ -160,4 +160,11 @@
|
||||
id = "adv_rtg"
|
||||
req_tech = list(TECH_DATA = 5, TECH_POWER = 5, TECH_PHORON = 5, TECH_ENGINEERING = 5)
|
||||
build_path = /obj/item/weapon/circuitboard/machine/rtg/advanced
|
||||
sort_string = "HAAE"
|
||||
sort_string = "HAAE"
|
||||
|
||||
/datum/design/circuit/rtg
|
||||
name = "vitals monitor"
|
||||
id = "vitals"
|
||||
req_tech = list(TECH_DATA = 3, TECH_BIO = 4, TECH_ENGINEERING = 2)
|
||||
build_path = /obj/item/weapon/circuitboard/machine/vitals_monitor
|
||||
sort_string = "HAAF"
|
||||
|
||||
Reference in New Issue
Block a user