mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +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:
+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