diff --git a/code/modules/shuttles/shuttle_console.dm b/code/modules/shuttles/shuttle_console.dm index d45b66fce55..550c667b10b 100644 --- a/code/modules/shuttles/shuttle_console.dm +++ b/code/modules/shuttles/shuttle_console.dm @@ -2,7 +2,6 @@ name = "shuttle control console" icon = 'icons/obj/computer.dmi' icon_state = "shuttle" - req_access = list(access_engine) circuit = null var/shuttle_tag // Used to coordinate data in shuttle controller.