[MIRROR] Job rank and radio channel rework (#8965)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-09-17 12:24:13 -07:00
committed by GitHub
parent 6159cecfc8
commit 4153768ba1
444 changed files with 3341 additions and 2440 deletions

View File

@@ -2,19 +2,19 @@
* Expert Jobs
*/
/obj/machinery/smartfridge
var/expert_job = "Chef"
var/expert_job = JOB_CHEF
/obj/machinery/smartfridge/seeds
expert_job = "Botanist"
expert_job = JOB_BOTANIST
/obj/machinery/smartfridge/secure/extract
expert_job = "Xenobiologist"
expert_job = JOB_XENOBIOLOGIST
/obj/machinery/smartfridge/secure/medbay
expert_job = "Chemist"
expert_job = JOB_CHEMIST
/obj/machinery/smartfridge/secure/chemistry
expert_job = "Chemist"
expert_job = JOB_CHEMIST
/obj/machinery/smartfridge/secure/virology
expert_job = "Medical Doctor" //Virologist is an alt-title unfortunately
expert_job = JOB_MEDICAL_DOCTOR //Virologist is an alt-title unfortunately
/obj/machinery/smartfridge/drinks
expert_job = "Bartender"
expert_job = JOB_BARTENDER
/*
* Allow thrown items into smartfridges
@@ -42,7 +42,7 @@
/obj/machinery/smartfridge/chemistry/chemvator
name = "\improper Smart Chemavator - Upper"
desc = "A refrigerated storage unit for medicine and chemical storage. Now sporting a fancy system of pulleys to lift bottles up and down."
expert_job = "Chemist"
expert_job = JOB_CHEMIST
var/obj/machinery/smartfridge/chemistry/chemvator/attached
/obj/machinery/smartfridge/chemistry/chemvator/accept_check(var/obj/item/O as obj)