Adds optional automatic ceiling generation for map templates and gives bluespace shelters ceilings (#65582)

* Gives bluespace shelters roofs

* Adds automatic ceiling generation for templates

* baseturf_bottom makes this a lot simpler
This commit is contained in:
GoblinBackwards
2022-03-22 16:37:46 -04:00
committed by GitHub
parent efb4e9c166
commit 88c05be924
2 changed files with 20 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@
var/list/whitelisted_turfs
var/list/banned_areas
var/list/banned_objects
has_ceiling = TRUE
ceiling_turf = /turf/open/floor/engine/hull
ceiling_baseturfs = list(/turf/open/floor/plating)
/datum/map_template/shelter/New()
. = ..()