From 2925353ebeeef4793374ae5fd85084d85464099c Mon Sep 17 00:00:00 2001 From: nmajask Date: Mon, 30 Aug 2021 02:47:35 -0400 Subject: [PATCH] Fixed my fix for my fix Fixed crew monitors not showing some job titles in there department. --- code/game/machinery/computer/crew.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/computer/crew.dm b/code/game/machinery/computer/crew.dm index c01926321b45..dd48c5a866a8 100644 --- a/code/game/machinery/computer/crew.dm +++ b/code/game/machinery/computer/crew.dm @@ -150,8 +150,8 @@ GLOBAL_DATUM_INIT(crewmonitor, /datum/crewmonitor, new) if (I) name = I.registered_name - assignment = I.assignment - ijob = jobs[I.assignment] + assignment = I.originalassignment + ijob = jobs[I.originalassignment] else name = "Unknown" assignment = ""