From c85291071484b2d05f244687f8bd3390640069d8 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Fri, 8 Sep 2017 16:34:20 -0400 Subject: [PATCH] there we go --- code/citadel/crew_objectives/cit_crewobjectives_civilian.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/citadel/crew_objectives/cit_crewobjectives_civilian.dm b/code/citadel/crew_objectives/cit_crewobjectives_civilian.dm index c19059c85c..4883481152 100644 --- a/code/citadel/crew_objectives/cit_crewobjectives_civilian.dm +++ b/code/citadel/crew_objectives/cit_crewobjectives_civilian.dm @@ -215,7 +215,7 @@ /datum/objective/crew/assistant/promotion/check_completion() if(owner.current) var/mob/living/carbon/human/H = owner.current - if(istype(H.get_idcard()) + if(istype(H.get_idcard())) if(!H.get_assignment() == "Assistant" && !H.get_assignment() == "No id" && !H.get_assignment() == "No job") return 1 return 0 \ No newline at end of file