From b6098f1eebc1592f9d9c0105d2e49245d7d28b03 Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Thu, 20 Jan 2022 14:25:37 -0500 Subject: [PATCH] cum electrical changes penis conductivity to 1 cum conductivity to 0 this is to preserve the cum --- mods/cum_mod.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mods/cum_mod.js b/mods/cum_mod.js index 514bf4c1..78ec3d30 100644 --- a/mods/cum_mod.js +++ b/mods/cum_mod.js @@ -31,7 +31,6 @@ elements.cum = { stateLow: "cum_ice", viscosity: 20, category:"cum", - conduct: 0.04, }, elements.dead_cum = { name: "dead cum", @@ -325,7 +324,7 @@ elements.penis = { ], rotatable: false, category: "cum", - conduct: "0.50", + conduct: 1, tempHigh: 60, stateHigh: "rotten_meat", },