From 8607d8d72d1d077ace11b42a11cb56335763ae45 Mon Sep 17 00:00:00 2001 From: O-01-67 <68935009+O-01-67@users.noreply.github.com> Date: Thu, 1 Sep 2022 13:06:36 -0400 Subject: [PATCH] Language tweaks for a more family-friendly github, or as close as we can get given that cum mod exists --- mods/gems.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/gems.js b/mods/gems.js index a37d84e4..50de1b49 100644 --- a/mods/gems.js +++ b/mods/gems.js @@ -3,7 +3,7 @@ elements.emerald = { color: ["#31e31e", "#88fa5a", "#28d419", "#54e823", "#64f235"], tempHigh: 1287, - //1: I can't be arsed to find out what happens to emerald in extreme heat. Apparently, neither can anyone else because Google is f***ing useless for this. + //1: I can't be arsed to find out what happens to emerald in extreme heat. Apparently, neither can anyone else, and Google is useless for this. //2: So I'm just assuming that the chromium impurities are polite and remain in solution with the molten beryl. behavior: behaviors.POWDER, category: "powders", @@ -49,7 +49,7 @@ elements.ruby = { elements.topaz = { //Terraria color: ["#f7f431", "#ffff5c", "#f7e048", "#fae43e", "#fff86e", "#ede321"], - tempHigh: 1340, //yay, more thermal decomposition elements + tempHigh: 1340, stateHigh: "mullite", behavior: behaviors.POWDER, category: "powders",