Skip to content

Commit

Permalink
Connect the Departures Lobby's Security post's vents, in Icebox (#5299)
Browse files Browse the repository at this point in the history
## About The Pull Request
So turns out Icebox can still be voted upon.

And turns out it has a small mapping issue.

Don't worry, I fixed it. Concern yourself with other problems about
Icebox.
## Why It's Good For The Game

## Changelog

:cl:MichiRecRoom
fix: IceBox had a vent and scrubber not connected, within the security
post at the Departures Lobby. That's fixed now.
/:cl:
  • Loading branch information
LikeLakers2 authored Feb 5, 2025
1 parent ace9f4a commit f60ae78
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions _maps/map_files/IceBoxStation/IceBoxStation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -7891,6 +7891,7 @@
/area/station/security/prison/rec)
"cuP" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
"cuT" = (
Expand Down Expand Up @@ -15020,6 +15021,7 @@
/obj/effect/turf_decal/stripes/corner{
dir = 8
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
"eFt" = (
Expand Down Expand Up @@ -34885,6 +34887,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
"lec" = (
Expand Down Expand Up @@ -55798,6 +55801,14 @@
/obj/machinery/power/apc/auto_name/directional/north,
/turf/open/floor/circuit/telecomms/mainframe,
/area/station/tcommsat/server)
"rHW" = (
/obj/structure/chair{
dir = 1
},
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/cafeteria,
/area/station/hallway/secondary/exit/departure_lounge)
"rIc" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
Expand Down Expand Up @@ -68700,6 +68711,12 @@
/obj/effect/spawner/random/vending/colavend,
/turf/open/floor/iron/dark,
/area/station/hallway/primary/central)
"vWE" = (
/obj/structure/chair,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron/cafeteria,
/area/station/hallway/secondary/exit/departure_lounge)
"vWL" = (
/obj/structure/chair{
dir = 1;
Expand Down Expand Up @@ -70410,6 +70427,8 @@
/obj/machinery/door/firedoor,
/obj/structure/cable,
/obj/effect/mapping_helpers/airlock/access/all/security/general,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/turf/open/floor/iron,
/area/station/hallway/secondary/exit/departure_lounge)
"wyB" = (
Expand Down Expand Up @@ -257269,10 +257288,10 @@ mbn
qLF
vCD
wyo
myJ
myJ
gEV
gjW
ePm
ePm
rHW
vWE
bAY
mhT
jdK
Expand Down

0 comments on commit f60ae78

Please sign in to comment.