Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit ce57210

Browse files
authored
fixes connection (#22932)
1 parent 015ef7e commit ce57210

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

_maps/RandomRuins/StationRuins/GaxStation/ai_whale.dmm

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,30 +1670,6 @@
16701670
},
16711671
/turf/open/floor/plating,
16721672
/area/ai_monitored/storage/satellite)
1673-
"Ct" = (
1674-
/obj/effect/turf_decal/stripes/corner,
1675-
/obj/machinery/doorButtons/airlock_controller{
1676-
idExterior = "ai_core_airlock_exterior";
1677-
idInterior = "ai_core_airlock_interior";
1678-
idSelf = "ai_core_airlock_control";
1679-
pixel_x = 25;
1680-
pixel_y = 7;
1681-
req_access = list("ai_master")
1682-
},
1683-
/obj/machinery/doorButtons/access_button{
1684-
idDoor = "ai_core_airlock_interior";
1685-
idSelf = "ai_core_airlock_control";
1686-
pixel_x = 23;
1687-
pixel_y = -7;
1688-
req_access = list("ai_master")
1689-
},
1690-
/obj/machinery/camera{
1691-
c_tag = "MiniSat Antechamber";
1692-
dir = 8;
1693-
network = list("minisat","ss13")
1694-
},
1695-
/turf/open/floor/circuit,
1696-
/area/ai_monitored/turret_protected/aisat_interior)
16971673
"CF" = (
16981674
/obj/structure/chair/office/dark,
16991675
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
@@ -1769,6 +1745,30 @@
17691745
},
17701746
/turf/open/space/basic,
17711747
/area/space)
1748+
"FF" = (
1749+
/obj/effect/turf_decal/stripes/corner,
1750+
/obj/machinery/doorButtons/airlock_controller{
1751+
idExterior = "ai_core_airlock_exterior";
1752+
idInterior = "ai_core_airlock_interior";
1753+
idSelf = "ai_core_airlock_control";
1754+
pixel_x = 25;
1755+
pixel_y = 7;
1756+
req_access = list("ai_master")
1757+
},
1758+
/obj/machinery/doorButtons/access_button{
1759+
idDoor = "ai_core_airlock_exterior";
1760+
idSelf = "ai_core_airlock_control";
1761+
pixel_x = 23;
1762+
pixel_y = -7;
1763+
req_access = list("ai_master")
1764+
},
1765+
/obj/machinery/camera{
1766+
c_tag = "MiniSat Antechamber";
1767+
dir = 8;
1768+
network = list("minisat","ss13")
1769+
},
1770+
/turf/open/floor/circuit,
1771+
/area/ai_monitored/turret_protected/aisat_interior)
17721772
"FQ" = (
17731773
/obj/effect/turf_decal/trimline/dark_blue/filled/corner/lower,
17741774
/turf/open/floor/plasteel/dark,
@@ -4530,7 +4530,7 @@ ic
45304530
RI
45314531
pD
45324532
bb
4533-
Ct
4533+
FF
45344534
SZ
45354535
NK
45364536
uZ

0 commit comments

Comments
 (0)