Files
Bubberstation/code/__DEFINES/stack.dm
SkyratBot 7cf7be4b7b [MIRROR] Tram v6/Transport Subsystem [MDB IGNORE] (#24399)
* 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>
2023-10-17 15:16:46 -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)