From 16669efe4a205a99af56899073b136867fc25cf6 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Wed, 6 Sep 2017 20:39:49 -0400 Subject: [PATCH] thERE WE GO --- code/citadel/cit_crewobjectives.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)