diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 405901e4f80..3dc7e713361 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -128,7 +128,7 @@ output += memory if(objectives.len) - output += "
Objectives:" + output += "
Objectives:
" output += gen_objective_text() if(job_objectives.len) @@ -150,7 +150,7 @@ for(var/datum/objective/objective in objectives) . += "Objective #[obj_count]: [objective.explanation_text]" if(admin) - . += "Edit " // Edit + . += " Edit " // Edit . += "Delete " // Delete . += "" // Mark Completed