shuttle  
| Vars | |
| custom_escape_shuttle_loading | Whether or not a custom shuttle is currently loading at centcomm. | 
|---|---|
| custom_shuttle_ordered | Whether or not a custom shuttle has been ordered. | 
| emergency_locked_in | Have we locked in the emergency shuttle, to prevent people from breaking things / wasting player money? | 
| hostile_environments | Things blocking escape shuttle from leaving. | 
| loading_shuttle_at_preview_template | Whether or not a shuttle is currently being loaded at the template landmark, if it exists. | 
| mobile_docking_ports | A list of all the mobile docking ports. | 
| refuel_delay | Default refuel delay | 
| stationary_docking_ports | A list of all the stationary docking ports. | 
| supply_shuttle_turfs | Supply shuttle turfs to make mail be put down faster | 
| transit_docking_ports | A list of all the transit docking ports. | 
| transit_request_failures | An associative list of the mobile docking ports that have failed a transit request, with the amount of times they've actually failed that transit request, up to MAX_TRANSIT_REQUEST_RETRIES | 
| transit_requesters | A list of all the mobile docking ports currently requesting a spot in hyperspace. | 
| transit_utilized | How many turfs our shuttles are currently utilizing in reservation space | 
| Procs | |
| replace_shuttle | Create a new shuttle and replace the emergency shuttle with it. if loaded shuttle is passed in, a new one will not be loaded. | 
| transit_space_clearing | Gotta manage our space brother | 
Var Details
custom_escape_shuttle_loading  
Whether or not a custom shuttle is currently loading at centcomm.
custom_shuttle_ordered  
Whether or not a custom shuttle has been ordered.
emergency_locked_in  
Have we locked in the emergency shuttle, to prevent people from breaking things / wasting player money?
hostile_environments  
Things blocking escape shuttle from leaving.
loading_shuttle_at_preview_template  
Whether or not a shuttle is currently being loaded at the template landmark, if it exists.
mobile_docking_ports  
A list of all the mobile docking ports.
refuel_delay  
Default refuel delay
stationary_docking_ports  
A list of all the stationary docking ports.
supply_shuttle_turfs  
Supply shuttle turfs to make mail be put down faster
transit_docking_ports  
A list of all the transit docking ports.
transit_request_failures  
An associative list of the mobile docking ports that have failed a transit request, with the amount of times they've actually failed that transit request, up to MAX_TRANSIT_REQUEST_RETRIES
transit_requesters  
A list of all the mobile docking ports currently requesting a spot in hyperspace.
transit_utilized  
How many turfs our shuttles are currently utilizing in reservation space
Proc Details
replace_shuttle
Create a new shuttle and replace the emergency shuttle with it. if loaded shuttle is passed in, a new one will not be loaded.
transit_space_clearing
Gotta manage our space brother