fixed bug

where cum would live forever if it was diluted
This commit is contained in:
Lily-129 2022-01-20 14:29:44 -05:00 committed by GitHub
parent cb14d3b44d
commit 2a4dcbf14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ elements.cum_water = {
"radiation": { "elem1": "soap", "elem2": "dead_cum_water", "chance": 0.2 }, //so does radiation
},
density: 997,
tempHigh: 100,
stateHigh: "steam",
tempHigh: 35,
stateHigh: "dead_cum_water",
tempLow: 0,
stateLow: "cum_water_ice",
viscosity: 8,