6 lines
359 B
Plaintext
6 lines
359 B
Plaintext
// Shipping methods
|
|
|
|
#define SHIPPING_METHOD_LTSRBT "LTSRBT" // The BEST way of shipping items: accurate, "undetectable"
|
|
#define SHIPPING_METHOD_TELEPORT "Teleport" // Picks a random area to teleport the item to and gives you a minute to get there before it is sent.
|
|
#define SHIPPING_METHOD_LAUNCH "Launch" // Throws the item from somewhere at the station.
|