removes the last of the old job controller (#19344)

* removes the last of the old job controller

* .

* .

* .

* .

* .

* Update admin_verbs.dm

* Update admin_verbs.dm

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Kashargul
2026-04-13 09:06:54 +03:00
committed by GitHub
parent a3b7c0e836
commit 12c5adeeb3
40 changed files with 1029 additions and 1148 deletions
@@ -142,7 +142,7 @@
/obj/item/card/id/Initialize(mapload)
. = ..()
var/datum/job/J = GLOB.job_master.GetJob(rank)
var/datum/job/J = SSjob.get_job(rank)
if(J)
access = J.get_access()