mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Merge pull request #18884 from coiax/slower-shuttles
Changes default shuttle transit time to 15 seconds
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
|
||||
var/timer //used as a timer (if you want time left to complete move, use timeLeft proc)
|
||||
var/mode = SHUTTLE_IDLE //current shuttle mode (see /__DEFINES/stat.dm)
|
||||
var/callTime = 50 //time spent in transit (deciseconds)
|
||||
var/callTime = 150 //time spent in transit (deciseconds)
|
||||
var/roundstart_move //id of port to send shuttle to at roundstart
|
||||
var/travelDir = 0 //direction the shuttle would travel in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user