Files
GS13NG/code/game/turfs/baseturf_skipover.dm
T
BlackMajor 05a644cc41 Revert "Merge branch 'master' into Yeehaw"
This reverts commit 972c03f79f, reversing
changes made to 8ebd698763.
2020-01-08 12:26:45 +13: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