mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00:00
* Tram v6/Transport Subsystem * Update icon_smoothing.dm * Update utility.dm * defines/icon * Update airlock.dm * Update door.dm * Update airlock.dm * Update airlock.dm --------- Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
5 lines
188 B
Plaintext
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)
|