diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm
index e79c477486..502c24492f 100755
--- a/code/controllers/subsystem/ticker.dm
+++ b/code/controllers/subsystem/ticker.dm
@@ -478,10 +478,10 @@ SUBSYSTEM_DEF(ticker)
miscreants += "[crewMind.current.real_name] (Played by: [crewMind.key]). Objective: [MO.explanation_text]"
if(var/datum/objective/crew/CO in crewMind.objectives)
if(CO.check_completion())
- to_chat(crewMind.current, "
Objective: [CO.explanation_text] Success!"
+ to_chat(crewMind.current, "
Objective: [CO.explanation_text] Success!")
successfulCrew += "[crewMind.current.real_name] (Played by: [crewMind.key]). Objective: [CO.explanation_text]"
else
- to_chat(crewMind.current, "
Objective: [CO.explanation_text] Failed."
+ to_chat(crewMind.current, "
Objective: [CO.explanation_text] Failed.")
to_chat(world, "
The round has ended.")