diff --git a/code/game/jobs/job/supervisor.dm b/code/game/jobs/job/supervisor.dm index 5ad4cb11f40..981753c5aee 100644 --- a/code/game/jobs/job/supervisor.dm +++ b/code/game/jobs/job/supervisor.dm @@ -238,6 +238,7 @@ var/datum/announcement/minor/captain_announcement = new(do_newscast = 0) alt_titles = list("Lawyer","Public Defender") minimal_player_age = 30 exp_requirements = 300 + exp_type = EXP_TYPE_CREW idtype = /obj/item/weapon/card/id/security equip(var/mob/living/carbon/human/H)