mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-05 06:21:57 +00:00
* [MDB IGNORE] Shuttle engine code improvement and fixes * what even happened in shuttlepanel.dm * should be the last few Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Paxilmaniac <paxilmaniac@gmail.com>
11 lines
331 B
Plaintext
11 lines
331 B
Plaintext
/obj/docking_port/mobile/elevator
|
|
name = "elevator"
|
|
shuttle_id = "elevator"
|
|
dwidth = 3
|
|
width = 7
|
|
height = 7
|
|
movement_force = list("KNOCKDOWN" = 0, "THROW" = 0)
|
|
|
|
/obj/docking_port/mobile/elevator/request(obj/docking_port/stationary/S) //No transit, no ignition, just a simple up/down platform
|
|
initiate_docking(S, force=TRUE)
|