[MIRROR] Underground mining site ruin no longer has a ceiling [MDB IGNORE] (#17131)

* Underground mining site ruin no longer has a ceiling (#70710)

* mining_site_below no longer has a ceiling

* Better code docs

* Underground mining site ruin no longer has a ceiling

Co-authored-by: VexingRaven <msgerbs@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-10-24 19:06:05 -04:00
committed by GitHub
co-authored by VexingRaven
parent bc8570ae81
commit b218c8c6f3
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -21,9 +21,11 @@
var/list/created_atoms = list()
//make sure this list is accounted for/cleared if you request it from ssatoms!
// vars for automatic ceiling generation
///If true, any openspace turfs above the template will be replaced with ceiling_turf when loading. Should probably be FALSE for lower levels of multi-z ruins.
var/has_ceiling = FALSE
///What turf to replace openspace with when has_ceiling is true
var/turf/ceiling_turf = /turf/open/floor/plating
///What baseturfs to set when replacing openspace when has_ceiling is true
var/list/ceiling_baseturfs = list()
/datum/map_template/New(path = null, rename = null, cache = FALSE)