Merge pull request #11073 from VOREStation/Arokha/connless

Make connections lists lazy
This commit is contained in:
Aronai Sieyes
2021-07-14 14:36:58 -04:00
committed by Chompstation Bot
parent b246cfd374
commit bb6f219db6
5 changed files with 15 additions and 10 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
var/list/climbers
var/block_turf_edges = FALSE // If true, turf edge icons will not be made on the turf this occupies.
var/list/connections = list("0", "0", "0", "0")
var/list/other_connections = list("0", "0", "0", "0")
var/list/connections
var/list/other_connections
var/list/blend_objects = newlist() // Objects which to blend with
var/list/noblend_objects = newlist() //Objects to avoid blending with (such as children of listed blend objects.