Slows the elevator down a bit (#2649)

Slows it down just a small amount.
This commit is contained in:
Ron
2017-06-10 10:23:48 -04:00
committed by skull132
parent eab6ec1d28
commit e46dafb910

View File

@@ -7,8 +7,8 @@ var/global/list/turbolifts = list()
var/list/doors = list() // Doors inside the lift structure.
var/list/queued_floors = list() // Where are we moving to next?
var/list/floors = list() // All floors in this system.
var/move_delay = 30 // Time between floor changes.
var/floor_wait_delay = 85 // Time to wait at floor stops.
var/move_delay = 45 // Time between floor changes.
var/floor_wait_delay = 95 // Time to wait at floor stops.
var/obj/structure/lift/panel/control_panel_interior // Lift control panel.
var/doors_closing = 0 // Whether doors are in the process of closing