Files
Bubberstation/code/__DEFINES/stack.dm
lessthanthree 7626c3bd6c Tram v6/Transport Subsystem (#78230)
Co-authored-by: Unit0016 <50649185+unit0016@users.noreply.github.com>
Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
2023-10-17 10:52:38 -07:00

5 lines
188 B
Plaintext

/// Checks if this is banned from being built on the tram
#define STACK_CHECK_TRAM_FORBIDDEN (1<<2)
/// Checks if this can only built on the tram
#define STACK_CHECK_TRAM_EXCLUSIVE (1<<3)