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:
san7890
2023-04-05 11:22:35 +12:00
committed by GitHub
parent a45ee0df46
commit d682d7f5dd
2 changed files with 4 additions and 10 deletions
@@ -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}