From d6ec2184dfb28ced4485f8fbce47ba806e42cbf2 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Mon, 4 Sep 2017 18:20:17 -0400 Subject: [PATCH] welp. my code is shit --- code/citadel/cit_crewobjectives.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/citadel/cit_crewobjectives.dm b/code/citadel/cit_crewobjectives.dm index 6935106ed6..7ca624f683 100644 --- a/code/citadel/cit_crewobjectives.dm +++ b/code/citadel/cit_crewobjectives.dm @@ -66,7 +66,7 @@ if(owner.current) for(var/datum/mind/M in SSticker.minds) if(M.current && isliving(owner)) - if(!M.special_role && !M.assigned_role = "Security Officer" && !M.assigned_role = "Detective" && !M.assigned_role = "Head of Security" && !M.assigned_role = "Lawyer" && get_area(M.current) != typesof(/area/security)) + if(!M.special_role && !M.assigned_role == "Security Officer" && !M.assigned_role == "Detective" && !M.assigned_role == "Head of Security" && !M.assigned_role == "Lawyer" && get_area(M.current) != typesof(/area/security)) return 0 return 1 @@ -79,7 +79,7 @@ if(owner.current) for(var/datum/mind/M in SSticker.minds) if(M.current && isliving(owner)) - if(!M.special_role && !M.assigned_role = "Security Officer" && !M.assigned_role = "Detective" && !M.assigned_role = "Head of Security" && !M.assigned_role = "Lawyer" && get_area(M.current) != typesof(/area/security)) + if(!M.special_role && !M.assigned_role == "Security Officer" && !M.assigned_role == "Detective" && !M.assigned_role == "Head of Security" && !M.assigned_role == "Lawyer" && get_area(M.current) != typesof(/area/security)) return 0 return 1 @@ -92,7 +92,7 @@ if(owner.current) for(var/datum/mind/M in SSticker.minds) if(M.current && isliving(owner)) - if(!M.special_role && !M.assigned_role = "Security Officer" && !M.assigned_role = "Detective" && !M.assigned_role = "Head of Security" && !M.assigned_role = "Lawyer" && get_area(M.current) != typesof(/area/security)) + if(!M.special_role && !M.assigned_role == "Security Officer" && !M.assigned_role == "Detective" && !M.assigned_role == "Head of Security" && !M.assigned_role == "Lawyer" && get_area(M.current) != typesof(/area/security)) return 0 return 1 @@ -105,6 +105,6 @@ if(owner.current) for(var/datum/mind/M in SSticker.minds) if(M.current && isliving(owner)) - if(!M.special_role && !M.assigned_role = "Security Officer" && !M.assigned_role = "Detective" && !M.assigned_role = "Head of Security" && !M.assigned_role = "Lawyer" && get_area(M.current) != typesof(/area/security)) + if(!M.special_role && !M.assigned_role == "Security Officer" && !M.assigned_role == "Detective" && !M.assigned_role == "Head of Security" && !M.assigned_role == "Lawyer" && get_area(M.current) != typesof(/area/security)) return 0 return 1