code/controllers/subsystem/shuttles.dm
MAX_TRANSIT_TILE_COUNT | How many turfs to allow before we stop blocking transit requests |
---|---|
SOFT_TRANSIT_RESERVATION_THRESHOLD | How many turfs to allow before we start freeing up existing "soft reserved" transit docks If we're under load we want to allow for cycling, but if not we want to preserve already generated docks for use |
SHUTTLE_SPAWN_BUFFER | Give a shuttle 10 "fires" (~10 seconds) to spawn before it can be cleaned up. |
Define Details
MAX_TRANSIT_TILE_COUNT
How many turfs to allow before we stop blocking transit requests
SHUTTLE_SPAWN_BUFFER
Give a shuttle 10 "fires" (~10 seconds) to spawn before it can be cleaned up.
SOFT_TRANSIT_RESERVATION_THRESHOLD
How many turfs to allow before we start freeing up existing "soft reserved" transit docks If we're under load we want to allow for cycling, but if not we want to preserve already generated docks for use