Skip to content

Commit

Permalink
Merge pull request #14 from Constellado/SIlicons-Need-Rights
Browse files Browse the repository at this point in the history
AI remote control access
  • Loading branch information
Constellado authored Jul 21, 2024
2 parents 1291eb2 + ab2c724 commit 6431c52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/jobs/access.dm
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@
if (robot.has_ship_access(ship))
return TRUE

return FALSE
//silicon remote access should work too
return TRUE

/proc/get_centcom_access(job)
switch(job)
Expand Down

0 comments on commit 6431c52

Please sign in to comment.