From 2bdcea40e3ffacbd5a5767c5a94c956286a9b5b8 Mon Sep 17 00:00:00 2001 From: Meghan-Rossi <56671765+Meghan-Rossi@users.noreply.github.com> Date: Sun, 21 Mar 2021 18:50:15 +0000 Subject: [PATCH] Fixes https://github.com/VOREStation/VOREStation/issues/9975 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🆑 bugfix - Talon alt-titles no longer show up under miscellaneous on the manifest /🆑 fixes https://github.com/VOREStation/VOREStation/issues/9975 --- code/datums/datacore.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/datacore.dm b/code/datums/datacore.dm index e68f75e911a..48c08f9328c 100644 --- a/code/datums/datacore.dm +++ b/code/datums/datacore.dm @@ -329,7 +329,7 @@ var/global/list/PDA_Manifest = list() if(H.mind && !player_is_antag(H.mind, only_offstation_roles = 1)) var/assignment = GetAssignment(H) var/hidden - var/datum/job/J = SSjob.get_job(assignment) + var/datum/job/J = SSjob.get_job(H.mind.assigned_role) hidden = J?.offmap_spawn /* Note: Due to cached_character_icon, a number of emergent properties occur due to the initialization