mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
Merge pull request #11073 from VOREStation/Arokha/connless
Make connections lists lazy
This commit is contained in:
committed by
Chompstation Bot
parent
b246cfd374
commit
bb6f219db6
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user