mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fixes the Air Mixer for the hundredth time (#17684)
This commit is contained in:
@@ -2420,7 +2420,7 @@
|
||||
/obj/effect/turf_decal/bot_white,
|
||||
/obj/machinery/smoke_machine,
|
||||
/obj/item/reagent_containers/glass/beaker/large/silver_sulfadiazine{
|
||||
list_reagents = list(/datum/reagent/consumable/condensedcapsaicin=100);
|
||||
list_reagents = list(/datum/reagent/consumable/condensedcapsaicin = 100);
|
||||
name = "liquid pepper spray"
|
||||
},
|
||||
/turf/open/floor/plasteel/dark,
|
||||
@@ -4811,7 +4811,7 @@
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass{
|
||||
icon_state = "cognacglass";
|
||||
list_reagents = list(/datum/reagent/consumable/ethanol/cognac=20);
|
||||
list_reagents = list(/datum/reagent/consumable/ethanol/cognac = 20);
|
||||
pixel_x = -5;
|
||||
pixel_y = -3
|
||||
},
|
||||
@@ -13178,7 +13178,7 @@
|
||||
},
|
||||
/obj/machinery/computer/atmos_control/tank/air_tank{
|
||||
dir = 4;
|
||||
sensors = list("air_sensor"="Tank")
|
||||
sensors = list("air_sensor" = "Tank")
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
|
||||
/turf/open/floor/plasteel/dark,
|
||||
@@ -21755,7 +21755,7 @@
|
||||
},
|
||||
/obj/machinery/computer/atmos_control/tank/carbon_tank{
|
||||
dir = 8;
|
||||
sensors = list("co2_sensor"="Tank")
|
||||
sensors = list("co2_sensor" = "Tank")
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
|
||||
/obj/machinery/door/firedoor/border_only{
|
||||
@@ -25019,7 +25019,7 @@
|
||||
},
|
||||
/obj/machinery/computer/atmos_control/tank/toxin_tank{
|
||||
dir = 8;
|
||||
sensors = list("tox_sensor"="Tank")
|
||||
sensors = list("tox_sensor" = "Tank")
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
|
||||
dir = 9
|
||||
@@ -31078,7 +31078,7 @@
|
||||
},
|
||||
/obj/machinery/computer/atmos_control/tank/mix_tank{
|
||||
dir = 4;
|
||||
sensors = list("mix_sensor"="Tank")
|
||||
sensors = list("mix_sensor" = "Tank")
|
||||
},
|
||||
/turf/open/floor/plasteel/dark,
|
||||
/area/engine/atmos_distro)
|
||||
@@ -38507,6 +38507,12 @@
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/turf/open/floor/plating,
|
||||
/area/maintenance/port/fore)
|
||||
"lrl" = (
|
||||
/obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped/inverse{
|
||||
dir = 4
|
||||
},
|
||||
/turf/open/floor/plasteel,
|
||||
/area/engine/atmos_distro)
|
||||
"lrt" = (
|
||||
/obj/structure/cable{
|
||||
icon_state = "2-8"
|
||||
@@ -47380,7 +47386,7 @@
|
||||
},
|
||||
/obj/machinery/computer/atmos_control/tank/oxygen_tank{
|
||||
dir = 4;
|
||||
sensors = list("o2_sensor"="Tank")
|
||||
sensors = list("o2_sensor" = "Tank")
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
|
||||
/obj/machinery/door/firedoor/border_only{
|
||||
@@ -56008,7 +56014,7 @@
|
||||
},
|
||||
/obj/machinery/computer/atmos_control/tank/nitrous_tank{
|
||||
dir = 8;
|
||||
sensors = list("n2o_sensor"="Tank")
|
||||
sensors = list("n2o_sensor" = "Tank")
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
|
||||
/obj/machinery/door/firedoor/border_only{
|
||||
@@ -56527,7 +56533,7 @@
|
||||
},
|
||||
/obj/machinery/computer/atmos_control/tank/nitrogen_tank{
|
||||
dir = 4;
|
||||
sensors = list("n2_sensor"="Tank")
|
||||
sensors = list("n2_sensor" = "Tank")
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
|
||||
/turf/open/floor/plasteel/dark,
|
||||
@@ -68430,14 +68436,6 @@
|
||||
},
|
||||
/turf/open/floor/plasteel/white,
|
||||
/area/medical/medbay/aft)
|
||||
"xPY" = (
|
||||
/obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped{
|
||||
dir = 4;
|
||||
node1_concentration = 0.21;
|
||||
node2_concentration = 0.79
|
||||
},
|
||||
/turf/open/floor/plasteel,
|
||||
/area/engine/atmos_distro)
|
||||
"xQd" = (
|
||||
/obj/effect/turf_decal/stripes/line{
|
||||
dir = 9
|
||||
@@ -104835,7 +104833,7 @@ jut
|
||||
rwb
|
||||
eYt
|
||||
aSJ
|
||||
xPY
|
||||
lrl
|
||||
wma
|
||||
sRm
|
||||
aSJ
|
||||
|
||||
Reference in New Issue
Block a user