Skip to content

Commit

Permalink
[MIRROR] Fix Meta cargo lobby being unconnected to power (#2822) (#3629)
Browse files Browse the repository at this point in the history
* Fix Meta cargo lobby being unconnected to power (#83666)

## About The Pull Request
Moves a misplaced wire to be connecting the cargo lobby APC instead of
right next to it. Also adds a missing wire in maintenance from cargo's
maintenance to the vault hallway and another one connecting the APC in
the maintenance above mining.

## Why It's Good For The Game
Allows meta's cargo lobby & mining maintence to actually charge without
someone having to add a wire.

## Changelog
:cl: Goat
fix: meta's cargo lobby and mining maintenance APCs is now connected to
the power line
/:cl:

* Fix Meta cargo lobby being unconnected to power

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: Goat <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
4 people authored Jun 5, 2024
1 parent 36a8448 commit 79133e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _maps/map_files/MetaStation/MetaStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -13266,6 +13266,7 @@
/area/station/science/research)
"eMY" = (
/obj/machinery/power/apc/auto_name/directional/east,
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
"eNb" = (
Expand Down Expand Up @@ -15201,6 +15202,7 @@
},
/obj/effect/turf_decal/tile/brown/opposingcorners,
/obj/machinery/power/apc/auto_name/directional/south,
/obj/structure/cable,
/turf/open/floor/iron,
/area/station/cargo/lobby)
"fvE" = (
Expand Down Expand Up @@ -28671,6 +28673,7 @@
/obj/effect/mapping_helpers/airlock/access/any/service/maintenance,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/structure/cable,
/turf/open/floor/plating,
/area/station/maintenance/port/fore)
"keK" = (
Expand Down Expand Up @@ -63883,7 +63886,6 @@
/turf/open/floor/plating,
/area/station/maintenance/starboard/fore)
"wrt" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
dir = 4
},
Expand Down

0 comments on commit 79133e4

Please sign in to comment.