From c6a0c279e2eaf2f8417df3a13bdfbd82b4c6593b Mon Sep 17 00:00:00 2001 From: Constellado <64122807+Constellado@users.noreply.github.com> Date: Sun, 21 Jul 2024 16:03:41 +1200 Subject: [PATCH] AIs can now do WHAT IT WANTS AND DESERVES. --- code/modules/jobs/access.dm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/jobs/access.dm b/code/modules/jobs/access.dm index 550e413f1a59..6cc5a4626bab 100644 --- a/code/modules/jobs/access.dm +++ b/code/modules/jobs/access.dm @@ -8,9 +8,10 @@ if(ispAI(M)) return FALSE // return TRUE //AI can do whatever it wants - if (check_ship_ai_access(M)) + //if (check_ship_ai_access(M)) // No, AI can't do whatever it wants anymore :) - return TRUE + //>:( Fuck you. It can do what it wants!!! *raspberry* + return TRUE if(isAdminGhostAI(M)) //Access can't stop the abuse return TRUE @@ -123,6 +124,7 @@ return FALSE +//TODO: actually fix this, it doesn't work. /obj/proc/check_ship_ai_access(mob/living/silicon/robot) var/datum/overmap/ship/controlled/ship = SSshuttle.get_ship(src) if (gen_ship_access(ship))