Skip to content

Commit

Permalink
Merge pull request #13 from Constellado/SIlicons-Need-Rights
Browse files Browse the repository at this point in the history
Silicons can now open doors. (NON MODULAR BUT IT DOESNT MATTER ANYMORE WE ARE DIVERGING)
  • Loading branch information
Constellado authored Jul 21, 2024
2 parents 4dd3096 + c6a0c27 commit 1291eb2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/modules/jobs/access.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit 1291eb2

Please sign in to comment.