mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-09 20:43:35 +00:00
[MDB IGNORE] Repaths atmospherics components to be subtypes of components (#4043)
* repath * that Co-authored-by: fake_vm_user <fake_vm_user>
This commit is contained in:
@@ -16,3 +16,7 @@ Apply regexes in this order:
|
||||
// TODO: MAKE SURE NO / AFTER COSTUME
|
||||
`/atom/movable/landmark/costume`-`/atom/movable/landmark/costume/random`
|
||||
`/atom/movable/landmark/mobcorpse`-`/atom/movable/spawner/corpse`
|
||||
|
||||
// ATMOSPHERICS
|
||||
`obj/machinery/atmospherics/omni`-`obj/machinery/atmospherics/component/quaternary`
|
||||
`obj/machinery/atmospherics/(unary|binary|trinary)`-`obj/machinery/atmospherics/component/$1`
|
||||
|
||||
@@ -195,7 +195,7 @@
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/tcommsat/computer)
|
||||
"aD" = (
|
||||
/obj/machinery/atmospherics/unary/freezer{
|
||||
/obj/machinery/atmospherics/component/unary/freezer{
|
||||
dir = 2;
|
||||
icon_state = "freezer_1";
|
||||
set_temperature = 73;
|
||||
@@ -324,7 +324,7 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/engineering/engine_room)
|
||||
"aN" = (
|
||||
/obj/machinery/atmospherics/binary/pump/on,
|
||||
/obj/machinery/atmospherics/component/binary/pump/on,
|
||||
/obj/structure/cable{
|
||||
d1 = 2;
|
||||
d2 = 8;
|
||||
@@ -484,7 +484,7 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/engineering/engine_room)
|
||||
"ba" = (
|
||||
/obj/machinery/atmospherics/binary/pump/on{
|
||||
/obj/machinery/atmospherics/component/binary/pump/on{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
@@ -516,7 +516,7 @@
|
||||
/turf/space,
|
||||
/area/engineering/engine_room)
|
||||
"be" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump/high_volume{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{
|
||||
dir = 8;
|
||||
frequency = 1379;
|
||||
icon_state = "map_vent_out";
|
||||
@@ -1022,7 +1022,7 @@
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/on{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -1125,7 +1125,7 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/secondary/engineering_hallway)
|
||||
"cv" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 1;
|
||||
external_pressure_bound = 140;
|
||||
external_pressure_bound_default = 140;
|
||||
@@ -1151,7 +1151,7 @@
|
||||
},
|
||||
/area/tcommsat/chamber)
|
||||
"cx" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 1;
|
||||
external_pressure_bound = 0;
|
||||
external_pressure_bound_default = 0;
|
||||
@@ -1180,7 +1180,7 @@
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_scrubber/on{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -1368,7 +1368,7 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/crew_quarters/bar)
|
||||
"cX" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on,
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/on,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/medical/medbay)
|
||||
"cY" = (
|
||||
@@ -1554,7 +1554,7 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/medical/medbay)
|
||||
"dt" = (
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_scrubber/on{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -1563,7 +1563,7 @@
|
||||
/turf/simulated/wall,
|
||||
/area/medical/medbay)
|
||||
"dv" = (
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_scrubber/on{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -1573,7 +1573,7 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/medical/medbay2)
|
||||
"dx" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/on{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -1590,7 +1590,7 @@
|
||||
/obj/machinery/light{
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on,
|
||||
/obj/machinery/atmospherics/component/unary/vent_scrubber/on,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/medical/medbay2)
|
||||
"dB" = (
|
||||
@@ -1774,7 +1774,7 @@
|
||||
/obj/structure/cable{
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/on{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -1805,7 +1805,7 @@
|
||||
d2 = 8;
|
||||
icon_state = "1-8"
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/on{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -1814,7 +1814,7 @@
|
||||
/obj/structure/cable{
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_scrubber/on{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -2021,7 +2021,7 @@
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/on{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -2072,7 +2072,7 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/crew_quarters/bar)
|
||||
"eE" = (
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on,
|
||||
/obj/machinery/atmospherics/component/unary/vent_scrubber/on,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/crew_quarters/bar)
|
||||
"eF" = (
|
||||
@@ -2255,7 +2255,7 @@
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/on{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -2343,7 +2343,7 @@
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_scrubber/on{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -2452,7 +2452,7 @@
|
||||
/obj/structure/cable{
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_scrubber/on{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -2472,7 +2472,7 @@
|
||||
/obj/structure/cable{
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/on{
|
||||
dir = 1
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -2626,7 +2626,7 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/crew_quarters/cafeteria)
|
||||
"fR" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/on{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -2640,7 +2640,7 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/crew_quarters/cafeteria)
|
||||
"fT" = (
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_scrubber/on{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -2814,7 +2814,7 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/bridge)
|
||||
"gq" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/on{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -2842,7 +2842,7 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/bridge)
|
||||
"gu" = (
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
/obj/machinery/atmospherics/component/unary/vent_scrubber/on{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
|
||||
@@ -482,7 +482,7 @@
|
||||
/area/awaymission)
|
||||
"bB" = (
|
||||
/obj/structure/dispenser/oxygen,
|
||||
/obj/machinery/atmospherics/unary/vent_pump/on,
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/on,
|
||||
/obj/effect/floor_decal/industrial/outline/yellow,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/awaymission)
|
||||
@@ -598,7 +598,7 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/awaymission)
|
||||
"bR" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump/high_volume{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{
|
||||
dir = 1;
|
||||
frequency = 1375;
|
||||
id_tag = "carp_pump"
|
||||
@@ -621,7 +621,7 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/awaymission)
|
||||
"bS" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump/high_volume{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{
|
||||
dir = 1;
|
||||
frequency = 1375;
|
||||
id_tag = "carp_pump"
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
icon_state = "comfychair_teal";
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 2;
|
||||
on = 1
|
||||
},
|
||||
@@ -326,7 +326,7 @@
|
||||
d2 = 4;
|
||||
icon_state = "1-4"
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 4;
|
||||
layer = 2.4;
|
||||
level = 2;
|
||||
@@ -408,7 +408,7 @@
|
||||
},
|
||||
/area/ship/scrap/command/captain)
|
||||
"aI" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 8;
|
||||
level = 1;
|
||||
on = 1
|
||||
@@ -598,7 +598,7 @@
|
||||
icon_state = "tube1";
|
||||
dir = 1
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 4;
|
||||
layer = 2.4;
|
||||
level = 2;
|
||||
@@ -916,7 +916,7 @@
|
||||
},
|
||||
/area/ship/scrap/dock)
|
||||
"bG" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 8;
|
||||
level = 2;
|
||||
on = 1
|
||||
@@ -952,7 +952,7 @@
|
||||
/turf/simulated/floor,
|
||||
/area/ship/scrap/dock)
|
||||
"bI" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 4;
|
||||
layer = 2.4;
|
||||
level = 2;
|
||||
@@ -1486,7 +1486,7 @@
|
||||
},
|
||||
/area/ship/scrap/crew/toilets)
|
||||
"cA" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 4;
|
||||
layer = 2.4;
|
||||
level = 2;
|
||||
@@ -1613,7 +1613,7 @@
|
||||
/area/ship/scrap/crew/saloon)
|
||||
"cH" = (
|
||||
/obj/structure/stool,
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 8;
|
||||
level = 2;
|
||||
on = 1
|
||||
@@ -1694,7 +1694,7 @@
|
||||
/area/ship/scrap/crew/dorms)
|
||||
"cM" = (
|
||||
/obj/structure/stool/bed,
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 8;
|
||||
level = 2;
|
||||
on = 1
|
||||
@@ -2296,7 +2296,7 @@
|
||||
},
|
||||
/area/ship/scrap/crew/kitchen)
|
||||
"dP" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 4;
|
||||
layer = 2.4;
|
||||
level = 2;
|
||||
@@ -2491,7 +2491,7 @@
|
||||
},
|
||||
/area/ship/scrap/crew/medbay)
|
||||
"eb" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 8;
|
||||
level = 2;
|
||||
on = 1
|
||||
@@ -3000,7 +3000,7 @@
|
||||
},
|
||||
/area/ship/scrap/crew/wash)
|
||||
"fc" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 1;
|
||||
on = 1;
|
||||
pressure_checks = 0
|
||||
@@ -3243,7 +3243,7 @@
|
||||
/turf/simulated/floor,
|
||||
/area/ship/scrap/maintenance/storage)
|
||||
"fw" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 8;
|
||||
level = 2;
|
||||
on = 1
|
||||
@@ -3363,7 +3363,7 @@
|
||||
name = "Interior Door";
|
||||
req_access_txt = "0"
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 4;
|
||||
on = 1;
|
||||
pressure_checks = 0
|
||||
@@ -3601,7 +3601,7 @@
|
||||
d2 = 4;
|
||||
icon_state = "2-4"
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 4;
|
||||
layer = 2.4;
|
||||
on = 1
|
||||
@@ -4045,7 +4045,7 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ship/scrap/maintenance/atmos)
|
||||
"gQ" = (
|
||||
/obj/machinery/atmospherics/binary/pump{
|
||||
/obj/machinery/atmospherics/component/binary/pump{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/cable{
|
||||
@@ -4315,7 +4315,7 @@
|
||||
/area/ship/scrap/maintenance)
|
||||
"hj" = (
|
||||
/obj/machinery/light/small,
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 1;
|
||||
icon_state = "off";
|
||||
layer = 2.4;
|
||||
@@ -4491,7 +4491,7 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ship/scrap/maintenance/engine)
|
||||
"hE" = (
|
||||
/obj/machinery/atmospherics/unary/heat_reservoir/heater{
|
||||
/obj/machinery/atmospherics/component/unary/heat_reservoir/heater{
|
||||
icon_state = "freezer_0";
|
||||
dir = 4
|
||||
},
|
||||
@@ -4567,7 +4567,7 @@
|
||||
},
|
||||
/area/ship/scrap/maintenance/engine)
|
||||
"hN" = (
|
||||
/obj/machinery/atmospherics/unary/engine{
|
||||
/obj/machinery/atmospherics/component/unary/engine{
|
||||
icon_state = "nozzle";
|
||||
dir = 1
|
||||
},
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
on = 1
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
@@ -174,7 +174,7 @@
|
||||
/turf/simulated/floor,
|
||||
/area/tcommsat/computer)
|
||||
"aD" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 1;
|
||||
external_pressure_bound = 140;
|
||||
on = 1;
|
||||
@@ -378,7 +378,7 @@
|
||||
/turf/simulated/floor,
|
||||
/area/tcommsat/computer)
|
||||
"bb" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 8;
|
||||
on = 1
|
||||
},
|
||||
@@ -404,7 +404,7 @@
|
||||
/turf/simulated/floor/engine,
|
||||
/area/tcommsat/computer)
|
||||
"bf" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 4;
|
||||
layer = 2.4;
|
||||
on = 1
|
||||
@@ -686,7 +686,7 @@
|
||||
/turf/simulated/floor,
|
||||
/area/tcommsat/computer)
|
||||
"bJ" = (
|
||||
/obj/machinery/atmospherics/unary/cold_sink/freezer{
|
||||
/obj/machinery/atmospherics/component/unary/cold_sink/freezer{
|
||||
current_temperature = 80;
|
||||
dir = 1;
|
||||
on = 1
|
||||
@@ -1008,7 +1008,7 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 4;
|
||||
layer = 2.4;
|
||||
on = 1
|
||||
@@ -1176,7 +1176,7 @@
|
||||
/turf/simulated/floor,
|
||||
/area/tcomsat)
|
||||
"cB" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 1;
|
||||
external_pressure_bound = 101.325;
|
||||
on = 1;
|
||||
@@ -1269,7 +1269,7 @@
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 8;
|
||||
on = 1
|
||||
},
|
||||
@@ -1690,7 +1690,7 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/tcomsat)
|
||||
"dC" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 1;
|
||||
external_pressure_bound = 140;
|
||||
on = 1;
|
||||
@@ -1719,7 +1719,7 @@
|
||||
},
|
||||
/area/tcommsat/chamber)
|
||||
"dE" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 1;
|
||||
external_pressure_bound = 120;
|
||||
icon_state = "in";
|
||||
@@ -1971,7 +1971,7 @@
|
||||
/turf/simulated/floor,
|
||||
/area/tcomfoyer)
|
||||
"ea" = (
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 1;
|
||||
external_pressure_bound = 101.325;
|
||||
on = 1;
|
||||
@@ -2195,7 +2195,7 @@
|
||||
pixel_y = 29;
|
||||
req_access = list(61)
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 8;
|
||||
on = 1
|
||||
},
|
||||
@@ -2431,7 +2431,7 @@
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump{
|
||||
dir = 4;
|
||||
layer = 2.4;
|
||||
on = 1
|
||||
@@ -2509,7 +2509,7 @@
|
||||
c_tag = "External Airlock";
|
||||
network = list("Tcomsat")
|
||||
},
|
||||
/obj/machinery/atmospherics/unary/vent_pump/high_volume{
|
||||
/obj/machinery/atmospherics/component/unary/vent_pump/high_volume{
|
||||
dir = 4;
|
||||
frequency = 1381;
|
||||
id_tag = "telecoms_pump"
|
||||
|
||||
Reference in New Issue
Block a user