[MIRROR] add cims to engineer and chief engineer tablets (#4907)

* add cims to engineer and chief engineer tablets (#58391)

* add cims to engineer and chief engineer tablets

Co-authored-by: Sparkezel <53384660+Sparkezel@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-04-14 21:03:42 +01:00
committed by GitHub
co-authored by Sparkezel
parent 20a56f1af6
commit bb058b909c
3 changed files with 12 additions and 2 deletions
@@ -35,6 +35,11 @@
. = ..()
install_component(new /obj/item/computer_hardware/sensorpackage)
/obj/item/modular_computer/tablet/preset/advanced/engineering/Initialize()
. = ..()
var/obj/item/computer_hardware/hard_drive/small/hard_drive = find_hardware_by_name("solid state drive")
hard_drive.store_file(new /datum/computer_file/program/supermatter_monitor)
/obj/item/modular_computer/tablet/preset/advanced/command/Initialize()
. = ..()
var/obj/item/computer_hardware/hard_drive/small/hard_drive = find_hardware_by_name("solid state drive")
@@ -43,6 +48,11 @@
hard_drive.store_file(new /datum/computer_file/program/budgetorders)
hard_drive.store_file(new /datum/computer_file/program/science)
/obj/item/modular_computer/tablet/preset/advanced/command/engineering/Initialize()
. = ..()
var/obj/item/computer_hardware/hard_drive/small/hard_drive = find_hardware_by_name("solid state drive")
hard_drive.store_file(new /datum/computer_file/program/supermatter_monitor)
/// Given by the syndicate as part of the contract uplink bundle - loads in the Contractor Uplink.
/obj/item/modular_computer/tablet/syndicate_contract_uplink/preset/uplink/Initialize()
. = ..()