mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 09:03:37 +00:00
Now that shuttles are all loaded via template we no longer have a need for the timid var on shuttles. Well not all shuttles, it seems I forgot to template the backup shuttle so it wouldn't have been working until now. This got fixed here as well.
10 lines
316 B
Plaintext
10 lines
316 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
|
|
initiate_docking(S, TRUE) |