[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:
SkyratBot
2023-10-17 15:16:46 -07:00
committed by GitHub
co-authored by lessthanthree
parent 79fbc17625
commit 7cf7be4b7b
122 changed files with 8333 additions and 5350 deletions
+4
View File
@@ -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)