13 lines
522 B
Plaintext
13 lines
522 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." |