From f8d96d86921350059d963b25cc71d088dac05929 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Tue, 7 Nov 2017 03:26:48 -0600 Subject: [PATCH] Update mind.dm --- code/datums/mind.dm | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 7fb7ba661c..a7d3d7adcd 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -442,20 +442,6 @@ if (SSticker.mode.config_tag=="changeling" || SSticker.mode.config_tag=="traitorchan") text = uppertext(text) text = "[text]: " -<<<<<<< HEAD - if ((src in SSticker.mode.changelings) && special_role) - text += "YES | no" - if (objectives.len==0) - text += "
Objectives are empty! Randomize!" - if(changeling && changeling.stored_profiles.len && (current.real_name != changeling.first_prof.name) ) - text += "
Transform to initial appearance." - else if(src in SSticker.mode.changelings) //Station Aligned Changeling - text += "YES (but not an antag) | no" - if (objectives.len==0) - text += "
Objectives are empty! Randomize!" - if(changeling && changeling.stored_profiles.len && (current.real_name != changeling.first_prof.name) ) - text += "
Transform to initial appearance." -======= var/datum/antagonist/changeling/C = has_antag_datum(/datum/antagonist/changeling) if(C) text += "[C.name] | No" @@ -463,7 +449,6 @@ text += "
Objectives are empty! Randomize!" if(C.stored_profiles.len && (current.real_name != C.first_prof.name) ) text += "
Transform to initial appearance." ->>>>>>> 70d0357... Ling datum antag standarization. (#32183) else text += "yes | NO"