Files
Lin 02da471330 Merge pull request #10238 from Ghommie/Ghommie-cit478
Brings in some mapping code updates.
2021-01-06 15:39:13 -03:00

19 lines
686 B
Plaintext

// This is a typepath to just sit in baseturfs and act as a marker for other things.
/turf/baseturf_skipover
name = "Baseturf skipover placeholder"
desc = "This shouldn't exist"
/turf/baseturf_skipover/Initialize()
. = ..()
stack_trace("[src]([type]) was instanced which should never happen. Changing into the next baseturf down...")
ScrapeAway()
/turf/baseturf_skipover/shuttle
name = "Shuttle baseturf skipover"
desc = "Acts as the bottom of the shuttle, if this isn't here the shuttle floor is broken through."
/turf/baseturf_bottom
name = "Z-level baseturf placeholder"
desc = "Marker for z-level baseturf, usually resolves to space."
baseturfs = /turf/baseturf_bottom