From 87f9c19fd69d1ac7052d52c23250f57d58a6928e Mon Sep 17 00:00:00 2001 From: Heroman Date: Mon, 13 May 2019 07:01:19 +1000 Subject: [PATCH] Changes timeclock jobslot filling --- code/game/machinery/computer/timeclock_vr.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/machinery/computer/timeclock_vr.dm b/code/game/machinery/computer/timeclock_vr.dm index e0396f1fd65..8945d347cea 100644 --- a/code/game/machinery/computer/timeclock_vr.dm +++ b/code/game/machinery/computer/timeclock_vr.dm @@ -87,7 +87,6 @@ "department" = job.department, "selection_color" = job.selection_color, "economic_modifier" = job.economic_modifier, - "head_position" = job.head_position, "timeoff_factor" = job.timeoff_factor ) if(config.time_off && config.pto_job_change) @@ -166,7 +165,6 @@ data_core.manifest_modify(card.registered_name, card.assignment) card.last_job_switch = world.time callHook("reassign_employee", list(card)) - foundjob.current_positions++ announce.autosay("[card.registered_name] has moved On-Duty as [card.assignment].", "Employee Oversight") return @@ -195,7 +193,6 @@ data_core.manifest_modify(card.registered_name, card.assignment) card.last_job_switch = world.time callHook("reassign_employee", list(card)) - foundjob.current_positions-- announce.autosay("[card.registered_name], [oldtitle], has moved Off-Duty.", "Employee Oversight") return