mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Atmospherics Asteroid UpdatePaths Fix (#74489)
## About The Pull Request I replaced the wrong subtype, so this change never went through. Whoops. It was also missing the proper naming scheme, that's also my bad. ## Why It's Good For The Game i made the subtypes but they never got applied because i ballsed it up. ## Changelog Nothing that concerns players. (i found this because we're still getting active turfs on this ruin in production, but I was unable to replicate it with or without this fix... ugh)
This commit is contained in:
@@ -30,9 +30,7 @@
|
||||
/area/ruin/space/has_grav/atmosasteroid)
|
||||
"fz" = (
|
||||
/obj/machinery/atmospherics/miner/carbon_dioxide,
|
||||
/turf/open/floor/engine{
|
||||
initial_gas_mix = "o2=22;n2=82;co2=500;TEMP=293.15"
|
||||
},
|
||||
/turf/open/floor/engine/co2/equalized_with_regular_air,
|
||||
/area/ruin/space/has_grav/atmosasteroid)
|
||||
"fV" = (
|
||||
/obj/machinery/atmospherics/components/binary/volume_pump{
|
||||
@@ -446,9 +444,7 @@
|
||||
/obj/machinery/atmospherics/components/unary/vent_pump/siphon{
|
||||
dir = 8
|
||||
},
|
||||
/turf/open/floor/engine{
|
||||
initial_gas_mix = "o2=22;n2=82;co2=500;TEMP=293.15"
|
||||
},
|
||||
/turf/open/floor/engine/co2/equalized_with_regular_air,
|
||||
/area/ruin/space/has_grav/atmosasteroid)
|
||||
"HF" = (
|
||||
/obj/effect/turf_decal/tile/yellow/half{
|
||||
@@ -631,9 +627,7 @@
|
||||
/turf/open/floor/engine/plasma,
|
||||
/area/ruin/space/has_grav/atmosasteroid)
|
||||
"TU" = (
|
||||
/turf/open/floor/engine{
|
||||
initial_gas_mix = "o2=22;n2=82;co2=500;TEMP=293.15"
|
||||
},
|
||||
/turf/open/floor/engine/co2/equalized_with_regular_air,
|
||||
/area/ruin/space/has_grav/atmosasteroid)
|
||||
"Ub" = (
|
||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible,
|
||||
|
||||
+1
-1
@@ -7,4 +7,4 @@
|
||||
|
||||
/turf/open/floor/plating{initial_gas_mix="o2=22;n2=82;co2=500;TEMP=293.15"} : /turf/open/floor/plating/co2_pressurized{@OLD;initial_gas_mix=@SKIP}
|
||||
|
||||
/turf/open/floor/engine/co2{initial_gas_mix="o2=22;n2=82;co2=500;TEMP=293.15"} : /turf/open/floor/engine/co2/equalized_with_regular_air{@OLD;initial_gas_mix=@SKIP}
|
||||
/turf/open/floor/engine{initial_gas_mix="o2=22;n2=82;co2=500;TEMP=293.15"} : /turf/open/floor/engine/co2/equalized_with_regular_air{@OLD;initial_gas_mix=@SKIP}
|
||||
Reference in New Issue
Block a user