From 69857e4f78b5a175e5f01f5a677c4a37ae23fbab Mon Sep 17 00:00:00 2001 From: nmajask Date: Sat, 16 Oct 2021 00:19:23 -0400 Subject: [PATCH] Gave engis and atmo techs phones Gave engis and atmo techs phones instead of tablets. Not giving them to CE cause they still need it for the ID modification program. --- code/modules/jobs/job_types/atmospheric_technician.dm | 2 +- code/modules/jobs/job_types/station_engineer.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/jobs/job_types/atmospheric_technician.dm b/code/modules/jobs/job_types/atmospheric_technician.dm index f6eb729f72c8..3679f7e36554 100644 --- a/code/modules/jobs/job_types/atmospheric_technician.dm +++ b/code/modules/jobs/job_types/atmospheric_technician.dm @@ -46,7 +46,7 @@ duffelbag = /obj/item/storage/backpack/duffelbag/engineering box = /obj/item/storage/box/engineer pda_slot = SLOT_L_STORE - backpack_contents = list(/obj/item/modular_computer/tablet/preset/advanced=1) + backpack_contents = list(/obj/item/modular_computer/tablet/phone/preset/advanced=1) /datum/outfit/job/atmos/rig name = "Atmospheric Technician (Hardsuit)" diff --git a/code/modules/jobs/job_types/station_engineer.dm b/code/modules/jobs/job_types/station_engineer.dm index 17c6013dcc3f..c2d38a0be459 100644 --- a/code/modules/jobs/job_types/station_engineer.dm +++ b/code/modules/jobs/job_types/station_engineer.dm @@ -104,7 +104,7 @@ GLOBAL_LIST_INIT(available_depts_eng, list(ENG_DEPT_MEDICAL, ENG_DEPT_SCIENCE, E duffelbag = /obj/item/storage/backpack/duffelbag/engineering box = /obj/item/storage/box/engineer pda_slot = SLOT_L_STORE - backpack_contents = list(/obj/item/modular_computer/tablet/preset/advanced=1) + backpack_contents = list(/obj/item/modular_computer/tablet/phone/preset/advanced=1) /datum/outfit/job/engineer/gloved name = "Station Engineer (Gloves)"