mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +01:00
[MIRROR] Diagonal macro thingu (#407)
* Diagonal macro thingu (#52927) * Diagonal macro thingu Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
|
||||
/obj/structure/transit_tube/proc/generate_tube_overlays()
|
||||
for(var/direction in tube_dirs)
|
||||
if(direction in GLOB.diagonals)
|
||||
if(ISDIAGONALDIR(direction))
|
||||
if(direction & NORTH)
|
||||
create_tube_overlay(direction ^ 3, NORTH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user