diff --git a/code/game/machinery/computer/card.dm b/code/game/machinery/computer/card.dm index f91d43f7523..d50052e6449 100644 --- a/code/game/machinery/computer/card.dm +++ b/code/game/machinery/computer/card.dm @@ -48,7 +48,6 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0) /datum/job/judge, /datum/job/blueshield, /datum/job/nanotrasenrep, - /datum/job/barber, /datum/job/chaplain ) //The scaling factor of max total positions in relation to the total amount of people on board the station in % diff --git a/code/modules/newscaster/obj/newscaster.dm b/code/modules/newscaster/obj/newscaster.dm index 11b0abdbd3c..cd63b5df64f 100644 --- a/code/modules/newscaster/obj/newscaster.dm +++ b/code/modules/newscaster/obj/newscaster.dm @@ -77,7 +77,6 @@ /datum/job/judge, /datum/job/blueshield, /datum/job/nanotrasenrep, - /datum/job/barber, /datum/job/chaplain, /datum/job/ntnavyofficer, /datum/job/ntspecops,