mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Update To 516.1673 (#21676)
This PR updates the repo fully to Byond 516.1673. We now have access to Associative Lists, Vectors, Matrices, and a huge number of math improvements tha will allow us to catapult the repo into a new era of simulationism. I have tested this PR to verify that it works. <img width="1076" height="1079" alt="image" src="https://github.com/user-attachments/assets/c69a7276-7611-4a59-8630-46d8dd8a12a6" />
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
next_turf:
|
||||
for(var/turf/T in world)
|
||||
for(var/dir in GLOB.cardinals)
|
||||
var/list/connect_types = list(1 = 0, 2 = 0, 3 = 0)
|
||||
var/alist/connect_types = alist(1 = 0, 2 = 0, 3 = 0)
|
||||
for(var/obj/machinery/atmospherics/pipe in T)
|
||||
if(dir & pipe.initialize_directions)
|
||||
for(var/connect_type in pipe.connect_types)
|
||||
|
||||
Reference in New Issue
Block a user