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"