From 086fb55572ea72d949f508aebcc6ad3b96ffe901 Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Thu, 20 Jan 2022 20:40:05 -0500 Subject: [PATCH] Fixed cum not turning cells into itself i derped the reaction definition --- mods/cum.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/cum.js b/mods/cum.js index 70e46a95..a1cd0d23 100644 --- a/mods/cum.js +++ b/mods/cum.js @@ -25,7 +25,6 @@ elements.cum = { "alcohol": { "elem1": "alcohol", "elem2": "dead_cum", "chance": 0.2 }, //sperm die from alcohol, also I'm not implementing alcohol-water mixing "soap": { "elem1": "soap", "elem2": "dead_cum", "chance": 0.2 }, //sperm die from soap "radiation": { "elem1": "radiation", "elem2": "dead_cum", "chance": 0.2 }, //sperm die from radiation - "cum": { "elem1":"cum", "chance":0.01 }, //blood replacement behavior }, tempLow: 0, stateLow: "cum_ice", @@ -361,6 +360,7 @@ elements.fish.reactions.cum = { "elem1":"fish", "elem2":"cum_water" } elements.fish.reactions.cum_water = { "elem1":"fish", "elem2":"water" } elements.fish.reactions.dead_cum = { "elem1":"fish", "elem2":"dead_cum_water" } elements.fish.reactions.dead_cum_water = { "elem1":"fish", "elem2":"water" } +elements.cell.reactions.cum = { "elem1":"cum", "chance":0.01 } runAfterLoad(function() { if(enabledMods.includes("mods/fey_and_more.js")) {