diff --git a/code/datums/mind.dm b/code/datums/mind.dm index fb8a134c5a..7adc6a9679 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -130,11 +130,11 @@ datum/mind text = uppertext(text) text = "[text]: " if (assigned_role in command_positions) - text += "HEAD|officer|employee|headrev|rev" - else if (assigned_role in list("Security Officer", "Detective", "Warden")) - text += "head|OFFICER|employee|headre|rev" + text += "HEAD|employee|headrev|rev" +// else if (assigned_role in list("Security Officer", "Detective", "Warden")) +// text += "head|OFFICER|employee|headre|rev" else if (src in ticker.mode.head_revolutionaries) - text = "head|officer|employee|HEADREV|rev" + text = "head|employee|HEADREV|rev" text += "
Flash: give" var/list/L = current.get_contents() @@ -151,9 +151,9 @@ datum/mind if (objectives.len==0) text += "
Objectives are empty! Set to kill all heads." else if (src in ticker.mode.revolutionaries) - text += "head|officer|employee|headrev|REV" + text += "head|employee|headrev|REV" else - text += "head|officer|EMPLOYEE|headrev|rev" + text += "head|EMPLOYEE|headrev|rev" sections["revolution"] = text /** CULT ***/ @@ -162,18 +162,18 @@ datum/mind text = uppertext(text) text = "[text]: " if (assigned_role in command_positions) - text += "HEAD|officer|employee|cultist" - else if (assigned_role in list("Security Officer", "Detective", "Warden")) - text += "head|OFFICER|employee|cultist" + text += "HEAD|employee|cultist" +// else if (assigned_role in list("Security Officer", "Detective", "Warden")) +// text += "head|OFFICER|employee|cultist" else if (src in ticker.mode.cult) - text += "head|officer|employee|CULTIST" + text += "head|employee|CULTIST" text += "
Give tome|amulet." /* if (objectives.len==0) text += "
Objectives are empty! Set to sacrifice and escape or summon." */ else - text += "head|officer|EMPLOYEE|cultist" + text += "head|EMPLOYEE|cultist" sections["cult"] = text /** WIZARD ***/