mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
When you load a map template, it does many things before considering itself finalized. One of these steps is to iterate over all the loaded items and initialize/process them. Unfortunately because a shuttle setups the bounds after initTemplateBounds is called, the mobile docking port ends up being initialized before the bounds are actually setup correctly. The solution to this is to explicitly ignore the mobile docking port, and have it initialize immediately after calculating the bounds.
81 lines
1.2 KiB
Plaintext
81 lines
1.2 KiB
Plaintext
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
|
"a" = (
|
|
/obj/machinery/door/airlock/public/glass{
|
|
name = "Elevator Access"
|
|
},
|
|
/obj/docking_port/mobile/elevator{
|
|
dir = 4;
|
|
shuttle_id = "snowdin_mining";
|
|
name = "mining elevator"
|
|
},
|
|
/turf/open/floor/plating,
|
|
/area/shuttle/snowdin/elevator2)
|
|
"b" = (
|
|
/obj/effect/spawner/structure/window/reinforced,
|
|
/obj/machinery/door/firedoor,
|
|
/turf/open/floor/plating,
|
|
/area/shuttle/snowdin/elevator2)
|
|
"c" = (
|
|
/obj/machinery/door/airlock/public/glass{
|
|
name = "Elevator Access"
|
|
},
|
|
/turf/open/floor/plating,
|
|
/area/shuttle/snowdin/elevator2)
|
|
"d" = (
|
|
/turf/closed/wall,
|
|
/area/shuttle/snowdin/elevator2)
|
|
"e" = (
|
|
/obj/machinery/computer/shuttle/snowdin/mining,
|
|
/turf/open/floor/engine,
|
|
/area/shuttle/snowdin/elevator2)
|
|
"f" = (
|
|
/turf/open/floor/engine,
|
|
/area/shuttle/snowdin/elevator2)
|
|
"g" = (
|
|
/obj/machinery/light/small/directional/north,
|
|
/turf/open/floor/engine,
|
|
/area/shuttle/snowdin/elevator2)
|
|
"i" = (
|
|
/obj/machinery/light/small/directional/south,
|
|
/turf/open/floor/engine,
|
|
/area/shuttle/snowdin/elevator2)
|
|
"j" = (
|
|
/turf/closed/wall/rust,
|
|
/area/shuttle/snowdin/elevator2)
|
|
|
|
(1,1,1) = {"
|
|
j
|
|
b
|
|
a
|
|
b
|
|
d
|
|
"}
|
|
(2,1,1) = {"
|
|
b
|
|
e
|
|
f
|
|
i
|
|
b
|
|
"}
|
|
(3,1,1) = {"
|
|
c
|
|
f
|
|
f
|
|
f
|
|
c
|
|
"}
|
|
(4,1,1) = {"
|
|
b
|
|
g
|
|
f
|
|
f
|
|
b
|
|
"}
|
|
(5,1,1) = {"
|
|
d
|
|
b
|
|
c
|
|
b
|
|
j
|
|
"}
|