mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
/obj/docking_port/mobile/elevator
|
|
name = "elevator"
|
|
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
|
|
dock(S, TRUE) |