mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
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:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user