From 20595a29ac7d1e6b1c12fd04271eb651f45a9f0d Mon Sep 17 00:00:00 2001 From: Vhariik <101156441+Vhariik@users.noreply.github.com> Date: Wed, 20 Sep 2023 23:26:33 -0300 Subject: [PATCH 1/3] removes methane from snowy surfaces --- code/datums/atmosphere/planetary.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/datums/atmosphere/planetary.dm b/code/datums/atmosphere/planetary.dm index 2324c4780af9..e6532b68b4ca 100644 --- a/code/datums/atmosphere/planetary.dm +++ b/code/datums/atmosphere/planetary.dm @@ -50,11 +50,11 @@ id = ICEMOON_DEFAULT_ATMOS base_gases = list( - GAS_METHANE=5, + GAS_O2=10, GAS_N2=10, ) normal_gases = list( - GAS_METHANE=5, + GAS_O2=10, GAS_N2=10 ) restricted_gases = list( @@ -66,17 +66,17 @@ minimum_pressure = HAZARD_LOW_PRESSURE + 10 maximum_pressure = LAVALAND_EQUIPMENT_EFFECT_PRESSURE - 1 - minimum_temp = 180 - maximum_temp = 180 + minimum_temp = 150 + maximum_temp = 150 /datum/atmosphere/icemoon/generate_gas_string() if(prob(restricted_chance)) base_gases = list( - GAS_O2=5, + GAS_O2=10, GAS_N2=10, ) normal_gases = list( - GAS_O2=5, + GAS_O2=10, GAS_N2=10, ) restricted_gases = list( From 55aacea3a0231dbdd865c28caa02721043068e2c Mon Sep 17 00:00:00 2001 From: Vhariik <101156441+Vhariik@users.noreply.github.com> Date: Sun, 24 Sep 2023 17:25:41 -0300 Subject: [PATCH 2/3] Revert "removes methane from snowy surfaces" This reverts commit 20595a29ac7d1e6b1c12fd04271eb651f45a9f0d. --- code/datums/atmosphere/planetary.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/datums/atmosphere/planetary.dm b/code/datums/atmosphere/planetary.dm index e6532b68b4ca..2324c4780af9 100644 --- a/code/datums/atmosphere/planetary.dm +++ b/code/datums/atmosphere/planetary.dm @@ -50,11 +50,11 @@ id = ICEMOON_DEFAULT_ATMOS base_gases = list( - GAS_O2=10, + GAS_METHANE=5, GAS_N2=10, ) normal_gases = list( - GAS_O2=10, + GAS_METHANE=5, GAS_N2=10 ) restricted_gases = list( @@ -66,17 +66,17 @@ minimum_pressure = HAZARD_LOW_PRESSURE + 10 maximum_pressure = LAVALAND_EQUIPMENT_EFFECT_PRESSURE - 1 - minimum_temp = 150 - maximum_temp = 150 + minimum_temp = 180 + maximum_temp = 180 /datum/atmosphere/icemoon/generate_gas_string() if(prob(restricted_chance)) base_gases = list( - GAS_O2=10, + GAS_O2=5, GAS_N2=10, ) normal_gases = list( - GAS_O2=10, + GAS_O2=5, GAS_N2=10, ) restricted_gases = list( From 821d600e5fcbf634e3c4100b4f2bcbd66970d1e7 Mon Sep 17 00:00:00 2001 From: Vhariik <101156441+Vhariik@users.noreply.github.com> Date: Sun, 24 Sep 2023 17:33:40 -0300 Subject: [PATCH 3/3] Removes sci machinery from undergroundoutpost --- .../away_mission/undergroundoutpost45.dmm | 35 +++---------------- 1 file changed, 5 insertions(+), 30 deletions(-) diff --git a/_maps/RandomZLevels/away_mission/undergroundoutpost45.dmm b/_maps/RandomZLevels/away_mission/undergroundoutpost45.dmm index fe61da2baaeb..f1e3fc4dc8d2 100644 --- a/_maps/RandomZLevels/away_mission/undergroundoutpost45.dmm +++ b/_maps/RandomZLevels/away_mission/undergroundoutpost45.dmm @@ -3613,7 +3613,6 @@ }, /area/awaymission/undergroundoutpost45/gateway) "hB" = ( -/obj/machinery/rnd/destructive_analyzer, /obj/effect/turf_decal/stripes/line{ dir = 1 }, @@ -3630,15 +3629,6 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/research) -"hD" = ( -/obj/machinery/rnd/production/protolathe, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/research) "hE" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -3923,26 +3913,11 @@ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/gateway) -"ig" = ( -/obj/machinery/computer/rdconsole/core{ - dir = 4; - req_access = null - }, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/research) "ih" = ( /turf/open/floor/plasteel{ heat_capacity = 1e+006 }, /area/awaymission/undergroundoutpost45/research) -"ii" = ( -/obj/machinery/rnd/production/circuit_imprinter, -/turf/open/floor/plasteel{ - heat_capacity = 1e+006 - }, -/area/awaymission/undergroundoutpost45/research) "ij" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, /turf/open/floor/plasteel/white{ @@ -11295,7 +11270,7 @@ /obj/machinery/computer/atmos_control{ dir = 4; name = "Tank Monitor"; - sensors = list("UO45_n2_sensor" = "Nitrogen", "UO45_o2_sensor" = "Oxygen", "UO45_mix_sensor" = "Gas Mix Tank") + sensors = list("UO45_n2_sensor" = "Nitrogen", "UO45_o2_sensor" = "Oxygen", "UO45_mix_sensor" = "Gas Mix Tank") }, /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -11482,7 +11457,7 @@ dir = 4; level = 3; name = "Distribution and Waste Monitor"; - sensors = list("UO45_air_sensor" = "Mixed Air Supply Tank", "UO45_distro_meter" = "Distribution Loop", "UO45_waste_meter" = "Waste Loop") + sensors = list("UO45_air_sensor" = "Mixed Air Supply Tank", "UO45_distro_meter" = "Distribution Loop", "UO45_waste_meter" = "Waste Loop") }, /obj/effect/turf_decal/tile/yellow{ dir = 8 @@ -38730,7 +38705,7 @@ ad gx gX hB -ig +ih iy iY jr @@ -39243,8 +39218,8 @@ ad gx gy gZ -hD -ii +hB +ih iA ha gX