Fixed the lack of job alt-titles in Crew Manifest

This commit is contained in:
Whitellama
2012-11-21 22:02:18 -08:00
parent d715bdcfa0
commit 20bf7f6a2b
+3 -1
View File
@@ -28,7 +28,9 @@
/obj/effect/datacore/proc/manifest_inject(var/mob/living/carbon/human/H)
if(H.mind && (H.mind.assigned_role != "MODE"))
var/assignment
if(H.mind.assigned_role)
if(H.mind.role_alt_title)
assignment = H.mind.role_alt_title
else if(H.mind.assigned_role)
assignment = H.mind.assigned_role
else if(H.job)
assignment = H.job