mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Allows ruins to block other ruins from spawning on the same level (#29435)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user