Allows ruins to block other ruins from spawning on the same level (#29435)

This commit is contained in:
Qwertytoforty
2025-06-07 14:08:58 +00:00
committed by GitHub
parent 7370bea35a
commit 4f0e877948
5 changed files with 23 additions and 0 deletions
@@ -27,6 +27,9 @@
var/dirt_count = 0
var/list/init_list = list()
/// This is a list of ruins on the space_level. Used to prevent certain ruins from spawning on the same level as other ruins.
var/list/our_ruin_list = list()
/datum/space_level/New(z, level_name, transition_type = SELFLOOPING, traits = list(BLOCK_TELEPORT), transition_tag_)
name = level_name
zpos = z