From 2a4dcbf14aa7c5912ff5643510567ba25de10904 Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Thu, 20 Jan 2022 14:29:44 -0500 Subject: [PATCH] fixed bug where cum would live forever if it was diluted --- mods/cum_mod.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/cum_mod.js b/mods/cum_mod.js index 646e8b64..9da2ed05 100644 --- a/mods/cum_mod.js +++ b/mods/cum_mod.js @@ -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,