mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
## About The Pull Request Another another continuation of fixing issues on shuttles. This one is mostly just fixing a few shuttles flying in the wrong direction. Next PR should be the last one for shuttle fixes as there's only a few more scattered around. <details> <summary>Spoiler warning</summary> - Fixed the following shuttles flying in unexpected directions: escape_pod_large.dmm, emergency_humpback.dmm, emergency_monastery.dmm, emergency_birdboat.dmm, emergency_birdshot.dmm - Removed use of /turf/closed/wall/mineral/titanium/overspace on emergency_birdshot.dmm </details> ## Why It's Good For The Game it's just more bug fixes for shuttles ## Changelog 🆑 fix: Fixed the following shuttles flying in unexpected directions: Pubby escape pod, Humpback emergency shuttle, Pubby monastery shuttle, Birdboat emergency shuttle, Birdshot emergency shuttle /🆑
114 lines
1.9 KiB
Plaintext
114 lines
1.9 KiB
Plaintext
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
|
|
"h" = (
|
|
/obj/structure/chair/comfy/shuttle{
|
|
dir = 4
|
|
},
|
|
/obj/item/storage/pod/directional/west,
|
|
/turf/open/floor/mineral/titanium/blue,
|
|
/area/shuttle/pod_1)
|
|
"r" = (
|
|
/turf/open/floor/mineral/titanium/blue,
|
|
/area/shuttle/pod_1)
|
|
"u" = (
|
|
/obj/effect/spawner/structure/window/reinforced/shuttle,
|
|
/turf/open/floor/plating,
|
|
/area/shuttle/pod_1)
|
|
"A" = (
|
|
/obj/structure/chair/comfy/shuttle{
|
|
dir = 8
|
|
},
|
|
/obj/item/radio/intercom/directional/east,
|
|
/turf/open/floor/mineral/titanium/blue,
|
|
/area/shuttle/pod_1)
|
|
"B" = (
|
|
/turf/closed/wall/mineral/titanium,
|
|
/area/shuttle/pod_1)
|
|
"C" = (
|
|
/obj/machinery/computer/shuttle/monastery_shuttle,
|
|
/obj/machinery/light/directional/north,
|
|
/turf/open/floor/mineral/titanium/blue,
|
|
/area/shuttle/pod_1)
|
|
"H" = (
|
|
/obj/structure/chair/comfy/shuttle{
|
|
dir = 8
|
|
},
|
|
/turf/open/floor/mineral/titanium/blue,
|
|
/area/shuttle/pod_1)
|
|
"J" = (
|
|
/obj/structure/chair/comfy/shuttle{
|
|
dir = 4
|
|
},
|
|
/obj/machinery/status_display/evac/directional/west,
|
|
/turf/open/floor/mineral/titanium/blue,
|
|
/area/shuttle/pod_1)
|
|
"L" = (
|
|
/obj/structure/chair/comfy/shuttle{
|
|
dir = 4
|
|
},
|
|
/turf/open/floor/mineral/titanium/blue,
|
|
/area/shuttle/pod_1)
|
|
"M" = (
|
|
/obj/structure/chair/comfy/shuttle{
|
|
dir = 8
|
|
},
|
|
/obj/machinery/status_display/evac/directional/east,
|
|
/turf/open/floor/mineral/titanium/blue,
|
|
/area/shuttle/pod_1)
|
|
"O" = (
|
|
/obj/machinery/door/airlock/titanium{
|
|
name = "Shuttle Airlock"
|
|
},
|
|
/obj/docking_port/mobile/monastery{
|
|
port_direction = 2
|
|
},
|
|
/turf/open/floor/mineral/titanium/blue,
|
|
/area/shuttle/pod_1)
|
|
"W" = (
|
|
/turf/template_noop,
|
|
/area/template_noop)
|
|
"Z" = (
|
|
/obj/machinery/power/shuttle_engine/propulsion/burst,
|
|
/turf/closed/wall/mineral/titanium,
|
|
/area/shuttle/pod_1)
|
|
|
|
(1,1,1) = {"
|
|
W
|
|
B
|
|
B
|
|
u
|
|
B
|
|
Z
|
|
"}
|
|
(2,1,1) = {"
|
|
B
|
|
B
|
|
J
|
|
L
|
|
h
|
|
Z
|
|
"}
|
|
(3,1,1) = {"
|
|
u
|
|
C
|
|
r
|
|
r
|
|
r
|
|
O
|
|
"}
|
|
(4,1,1) = {"
|
|
B
|
|
B
|
|
M
|
|
H
|
|
A
|
|
Z
|
|
"}
|
|
(5,1,1) = {"
|
|
W
|
|
B
|
|
B
|
|
u
|
|
B
|
|
Z
|
|
"}
|