mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[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>
This commit is contained in:
co-authored by
lessthanthree
parent
79fbc17625
commit
7cf7be4b7b
@@ -0,0 +1,4 @@
|
||||
/// 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)
|
||||
Reference in New Issue
Block a user