Merge pull request #12179 from Putnam3145/fix-atmos

Brings back the gas archive
This commit is contained in:
kevinz000
2020-05-11 04:19:50 -07:00
committed by GitHub
4 changed files with 39 additions and 8 deletions
+2
View File
@@ -298,6 +298,8 @@ GLOBAL_LIST_INIT(atmos_adjacent_savings, list(0,0))
#define ARCHIVE_TEMPERATURE(gas) gas.temperature_archived = gas.temperature
#define ARCHIVE(gas) gas.temperature_archived = gas.temperature; gas.gas_archive = gas.gases.Copy();
GLOBAL_LIST_INIT(pipe_paint_colors, list(
"amethyst" = rgb(130,43,255), //supplymain
"blue" = rgb(0,0,255),