mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 03:59:59 +01:00
[MIRROR] Tram v6/Transport Subsystem [MDB IGNORE] (#24399)
* Tram v6/Transport Subsystem * Update icon_smoothing.dm * Update utility.dm * defines/icon * Update airlock.dm * Update door.dm * Update airlock.dm * Update airlock.dm --------- Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
co-authored by
lessthanthree
parent
79fbc17625
commit
7cf7be4b7b
@@ -311,7 +311,7 @@ GLOBAL_VAR_INIT(focused_tests, focused_tests())
|
||||
//Needs a holodeck area linked to it which is not guarenteed to exist and technically is supposed to have a 1:1 relationship with computer anyway.
|
||||
returnable_list += typesof(/obj/machinery/computer/holodeck)
|
||||
//runtimes if not paired with a landmark
|
||||
returnable_list += typesof(/obj/structure/industrial_lift)
|
||||
returnable_list += typesof(/obj/structure/transport/linear)
|
||||
// Runtimes if the associated machinery does not exist, but not the base type
|
||||
returnable_list += subtypesof(/obj/machinery/airlock_controller)
|
||||
// Always ought to have an associated escape menu. Any references it could possibly hold would need one regardless.
|
||||
|
||||
Reference in New Issue
Block a user