mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
838bb093e8
* Teleport refactor * Televore * Additions * Update * No effects * . * Attempt * proc name change --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
5 lines
264 B
Plaintext
5 lines
264 B
Plaintext
/// Classic bluespace teleportation, requires a sender but no receiver
|
|
#define TELEPORT_CHANNEL_BLUESPACE "bluespace"
|
|
/// Quantum-based teleportation, requires both sender and receiver, but is free from normal disruption
|
|
#define TELEPORT_CHANNEL_QUANTUM "quantum"
|