diff --git a/code/datums/mind.dm b/code/datums/mind.dm
index 82a26dab65..511731195e 100644
--- a/code/datums/mind.dm
+++ b/code/datums/mind.dm
@@ -241,13 +241,13 @@ datum/mind
if(istype(current, /mob/living/carbon/human))
if (H.is_loyalty_implanted(H))
text +="traitor|LOYAL EMPLOYEE"
- else
- if (src in ticker.mode.traitors)
- text += "TRAITOR|Employee"
- if (objectives.len==0)
- text += "
Objectives are empty! Randomize!"
else
- text += "traitor|Employee"
+ if (src in ticker.mode.traitors)
+ text += "TRAITOR|Employee"
+ if (objectives.len==0)
+ text += "
Objectives are empty! Randomize!"
+ else
+ text += "traitor|Employee"
sections["traitor"] = text
/** MONKEY ***/