From 21414960aaf059bd97d86fa2053f0e8a9507d084 Mon Sep 17 00:00:00 2001 From: Henri215 <77684085+Henri215@users.noreply.github.com> Date: Wed, 22 Mar 2023 20:11:12 -0300 Subject: [PATCH] You can now change the amount of barber job slots (#20640) * You can now change the amount of barber job slots * removed barber from newscaster blacklist --- code/game/machinery/computer/card.dm | 1 - code/modules/newscaster/obj/newscaster.dm | 1 - 2 files changed, 2 deletions(-) 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,