diff --git a/code/citadel/cit_crewobjectives.dm b/code/citadel/cit_crewobjectives.dm index 394bd554ea..c2924f1c1c 100644 --- a/code/citadel/cit_crewobjectives.dm +++ b/code/citadel/cit_crewobjectives.dm @@ -548,7 +548,7 @@ /datum/objective/crew/assistant/departmentclothes/update_explanation_text() . = ..() - explanation_text = "Be wearing a [targetuniform] at the end of the shift. + explanation_text = "Be wearing a [targetuniform] at the end of the shift." /datum/objective/crew/assistant/departmentclothes/check_completion() if(owner.current)