mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 19:07:26 +01:00
Give Machinists medical records again (#15633)
This commit is contained in:
@@ -133,6 +133,15 @@
|
||||
nano_printer.stored_paper = 20
|
||||
card_slot = new /obj/item/computer_hardware/card_slot(src)
|
||||
|
||||
/obj/item/modular_computer/console/preset/supply/machinist
|
||||
name = "machinist console"
|
||||
_app_preset_type = /datum/modular_computer_app_presets/supply/machinist
|
||||
enrolled = 1
|
||||
|
||||
/obj/item/modular_computer/console/preset/supply/machinist/install_default_hardware()
|
||||
..()
|
||||
ai_slot = new /obj/item/computer_hardware/ai_slot(src)
|
||||
|
||||
// ERT
|
||||
/obj/item/modular_computer/console/preset/ert/install_default_hardware()
|
||||
..()
|
||||
|
||||
@@ -77,6 +77,9 @@
|
||||
. = ..()
|
||||
card_slot.stored_item = new /obj/item/pen/fountain
|
||||
|
||||
/obj/item/modular_computer/handheld/preset/supply/machinist
|
||||
_app_preset_type = /datum/modular_computer_app_presets/supply/machinist
|
||||
|
||||
// Cargo Delivery
|
||||
/obj/item/modular_computer/handheld/preset/supply/cargo_delivery
|
||||
_app_preset_type = /datum/modular_computer_app_presets/cargo_delivery
|
||||
@@ -111,9 +114,6 @@
|
||||
. = ..()
|
||||
card_slot.stored_item = new /obj/item/pen/white
|
||||
|
||||
/obj/item/modular_computer/handheld/preset/research/robotics
|
||||
_app_preset_type = /datum/modular_computer_app_presets/research/robotics
|
||||
|
||||
/obj/item/modular_computer/handheld/preset/research/rd
|
||||
_app_preset_type = /datum/modular_computer_app_presets/research/rd
|
||||
|
||||
@@ -178,4 +178,4 @@
|
||||
|
||||
/obj/item/modular_computer/handheld/preset/syndicate/install_default_hardware()
|
||||
..()
|
||||
network_card = new /obj/item/computer_hardware/network_card/signaler(src)
|
||||
network_card = new /obj/item/computer_hardware/network_card/signaler(src)
|
||||
|
||||
@@ -73,6 +73,9 @@
|
||||
/obj/item/modular_computer/handheld/pda/supply/miner
|
||||
_app_preset_type = /datum/modular_computer_app_presets/civilian
|
||||
|
||||
/obj/item/modular_computer/handheld/pda/supply/machinist
|
||||
_app_preset_type = /datum/modular_computer_app_presets/supply/machinist
|
||||
|
||||
/obj/item/modular_computer/handheld/pda/supply/om
|
||||
icon_add = "q"
|
||||
|
||||
@@ -108,9 +111,6 @@
|
||||
. = ..()
|
||||
card_slot.stored_item = new /obj/item/pen/white
|
||||
|
||||
/obj/item/modular_computer/handheld/pda/research/robotics
|
||||
_app_preset_type = /datum/modular_computer_app_presets/research/robotics
|
||||
|
||||
/obj/item/modular_computer/handheld/pda/research/rd
|
||||
_app_preset_type = /datum/modular_computer_app_presets/research/rd
|
||||
icon_add = "rd"
|
||||
@@ -186,4 +186,4 @@
|
||||
icon_add = "transp"
|
||||
|
||||
/obj/item/modular_computer/handheld/pda/civilian/merchant
|
||||
hidden = TRUE
|
||||
hidden = TRUE
|
||||
|
||||
@@ -55,9 +55,6 @@
|
||||
icon_state = "wristbound_science"
|
||||
_app_preset_type = /datum/modular_computer_app_presets/research
|
||||
|
||||
/obj/item/modular_computer/handheld/wristbound/preset/advanced/research/robotics
|
||||
_app_preset_type = /datum/modular_computer_app_presets/research/robotics
|
||||
|
||||
/obj/item/modular_computer/handheld/wristbound/preset/advanced/command
|
||||
icon_state = "wristbound_command"
|
||||
_app_preset_type = /datum/modular_computer_app_presets/command
|
||||
@@ -160,6 +157,9 @@
|
||||
/obj/item/modular_computer/handheld/wristbound/preset/pda/supply/miner
|
||||
_app_preset_type = /datum/modular_computer_app_presets/civilian
|
||||
|
||||
/obj/item/modular_computer/handheld/wristbound/preset/pda/supply/machinist
|
||||
_app_preset_type = /datum/modular_computer_app_presets/supply/machinist
|
||||
|
||||
// Medical
|
||||
|
||||
/obj/item/modular_computer/handheld/wristbound/preset/pda/medical
|
||||
|
||||
Reference in New Issue
Block a user