Skip to content

Commit

Permalink
Celsius temperature for freezing point (#47028)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirmuolio authored and ZhilkinSerg committed Jun 21, 2021
1 parent 1243516 commit ce38a26
Show file tree
Hide file tree
Showing 26 changed files with 108 additions and 96 deletions.
8 changes: 4 additions & 4 deletions data/json/items/chemicals_and_resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"charges": 2,
"category": "chems",
"fun": -30,
"freezing_point": 17,
"freezing_point": -8,
"conditional_names": [ { "type": "FLAG", "condition": "DIRTY", "name": "bleach spill" } ]
},
{
Expand All @@ -248,7 +248,7 @@
"charges": 2,
"category": "chems",
"fun": -30,
"freezing_point": -108
"freezing_point": -78
},
{
"type": "COMESTIBLE",
Expand Down Expand Up @@ -365,7 +365,7 @@
"volume": "250 ml",
"phase": "liquid",
"category": "chems",
"freezing_point": 28,
"freezing_point": -2,
"fun": -1
},
{
Expand All @@ -386,7 +386,7 @@
"volume": "250 ml",
"phase": "liquid",
"category": "chems",
"freezing_point": 28,
"freezing_point": -2,
"fun": -1
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/classes/comestible.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"material": [ "powder" ],
"symbol": "%",
"charges": 100,
"freezing_point": -459
"freezing_point": -274
}
]
Loading

0 comments on commit ce38a26

Please sign in to comment.