From 3dbb1fe6c93729ef8e4c372fbd78631fa3f4439e Mon Sep 17 00:00:00 2001 From: mwerezak Date: Fri, 13 Jun 2014 17:33:18 -0400 Subject: [PATCH] Adds engineering shuttle docking controllers Also fixed bad req_access_txt. Was accidentally using req_access_txt instead of req_one_access_txt. Fixed virology maint not having any access codes set. Conflicts: maps/tgstation2.dmm --- code/modules/shuttles/shuttle.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/shuttles/shuttle.dm b/code/modules/shuttles/shuttle.dm index cd46ff4dc6f..fcbac48bbeb 100644 --- a/code/modules/shuttles/shuttle.dm +++ b/code/modules/shuttles/shuttle.dm @@ -158,6 +158,9 @@ var/global/list/shuttles shuttle.warmup_time = 10 shuttle.area_offsite = locate(/area/shuttle/constructionsite/site) shuttle.area_station = locate(/area/shuttle/constructionsite/station) + shuttle.docking_controller_tag = "engineering_shuttle" + shuttle.dock_target_station = "engineering_dock_airlock" + shuttle.dock_target_offsite = "engineering_station_airlock" shuttles["Engineering"] = shuttle shuttle = new()