mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user