Skip to content

Commit

Permalink
[MIRROR] Fixes engines being pointed at the wrong direction in old fe…
Browse files Browse the repository at this point in the history
…rries such as base, meat and lighthouse (#925) (#1952)

* Fixes engines being pointed at the wrong direction in old ferries such as base, meat and lighthouse (#81422)

## About The Pull Request
I noticed that the engines were backwards on some of the old shuttles,
probably some fucky wucky updatepaths. We should at least do the bare
minimum maintenance on these admin only ferries
## Why It's Good For The Game
## Changelog
:cl:
fix: Fixes backwards engines in a few of centcom's ferries!

* Fixes engines being pointed at the wrong direction in old ferries such as base, meat and lighthouse

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: Singul0 <[email protected]>
  • Loading branch information
3 people authored Feb 13, 2024
1 parent 64408d6 commit 9abe97e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
18 changes: 12 additions & 6 deletions _maps/shuttles/ferry_base.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
"J" = (
/obj/machinery/power/shuttle_engine/propulsion{
dir = 8
},
/turf/closed/wall/mineral/titanium,
/area/shuttle/transport)
"U" = (
/obj/structure/chair/comfy/shuttle{
dir = 1
Expand All @@ -72,17 +78,17 @@

(1,1,1) = {"
a
b
J
k
b
J
a
"}
(2,1,1) = {"
b
J
g
l
g
b
J
"}
(3,1,1) = {"
c
Expand Down Expand Up @@ -148,9 +154,9 @@ q
c
"}
(12,1,1) = {"
c
b
e
m
e
c
b
"}
11 changes: 9 additions & 2 deletions _maps/shuttles/ferry_lighthouse.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/area/template_noop)
"ab" = (
/obj/machinery/power/shuttle_engine/propulsion/left{
dir = 4
dir = 8
},
/turf/open/floor/plating/airless,
/area/shuttle/transport)
Expand Down Expand Up @@ -257,6 +257,13 @@
},
/turf/open/floor/wood,
/area/shuttle/transport)
"sy" = (
/obj/machinery/power/shuttle_engine/propulsion/left{
dir = 8;
pixel_x = 1
},
/turf/open/floor/plating/airless,
/area/shuttle/transport)
"ZS" = (
/obj/machinery/light/warm/directional/west,
/turf/open/floor/wood,
Expand Down Expand Up @@ -299,7 +306,7 @@ ac
aa
"}
(3,1,1) = {"
ab
sy
af
ag
ag
Expand Down
2 changes: 1 addition & 1 deletion _maps/shuttles/ferry_meat.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/area/template_noop)
"b" = (
/obj/machinery/power/shuttle_engine/propulsion{
dir = 4
dir = 8
},
/turf/closed/wall/mineral/titanium,
/area/shuttle/transport)
Expand Down

0 comments on commit 9abe97e

Please sign in to comment.