From 0824db9a8238b6d588d755c3ffeb2d71935e444b Mon Sep 17 00:00:00 2001 From: Ryll-Ryll <3589655+Ryll-Ryll@users.noreply.github.com> Date: Thu, 23 Jul 2020 22:50:58 -0400 Subject: [PATCH] fix comment --- code/modules/mob/mob_helpers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/mob_helpers.dm b/code/modules/mob/mob_helpers.dm index 977bc87b894..71bd9ae285c 100644 --- a/code/modules/mob/mob_helpers.dm +++ b/code/modules/mob/mob_helpers.dm @@ -303,7 +303,7 @@ return FALSE if(!istype(M)) return FALSE - if(iscyborg(M)) //For cyborgs, returns 1 if the cyborg has a law 0 and special_role. Returns 0 if the borg is merely slaved to an AI traitor. + if(iscyborg(M)) //as a borg you're now beholden to your laws rather than greentext return FALSE if(isAI(M)) var/mob/living/silicon/ai/A = M