diff --git a/mods/solubility.js b/mods/solubility.js index 95aefb36..64400bad 100644 --- a/mods/solubility.js +++ b/mods/solubility.js @@ -54,7 +54,7 @@ dependOn("orchidslibrary.js", ()=>{ } if(r.tempMax && !((p1.temp <= r.tempMax) && (p2.temp <= r.tempMax))){ return false; - <<<<<<<<< } + } if(r.charged && !(p1.charge || p2.charge)){ return false; }