module things, jfc
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
/obj/docking_port/mobile/elevator
|
||||
name = "elevator"
|
||||
id = "elevator"
|
||||
timid = FALSE
|
||||
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)
|
||||
initiate_docking(S, force=TRUE)
|
||||
|
||||
Reference in New Issue
Block a user