mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
Slows the elevator down a bit (#2649)
Slows it down just a small amount.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user