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))