mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Shortens shuttle time from 25 to 6 seconds
This commit is contained in:
@@ -194,8 +194,8 @@
|
||||
var/last_timer_length
|
||||
|
||||
var/mode = SHUTTLE_IDLE //current shuttle mode
|
||||
var/callTime = 150 //time spent in transit (deciseconds)
|
||||
var/ignitionTime = 100 // time spent "starting the engines"
|
||||
var/callTime = 50 //time spent in transit (deciseconds)
|
||||
var/ignitionTime = 10 // time spent "starting the engines"
|
||||
var/roundstart_move //id of port to send shuttle to at roundstart
|
||||
|
||||
// The direction the shuttle prefers to travel in
|
||||
|
||||
Reference in New Issue
Block a user