From 74a9abb6906390c1651d03b6f3eda530892f0a66 Mon Sep 17 00:00:00 2001 From: "Laetitia (O-01-67)" <68935009+O-01-67@users.noreply.github.com> Date: Wed, 7 Dec 2022 15:37:41 -0500 Subject: [PATCH] fix dirt-dry dirt inerface Shit myself today, aah Let it go today (to the tune of Olivia Hye - Egoist) --- mods/the_ground.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mods/the_ground.js b/mods/the_ground.js index e6fedb75..87a9f83e 100644 --- a/mods/the_ground.js +++ b/mods/the_ground.js @@ -1145,12 +1145,6 @@ Proper classification of limestone within these code comments elements.mud.reactions.dry_dirt = { elem1: "dirt", elem2: "dirt", chance: 0.06 } elements.mud.reactions.radioactive_dry_dirt = { elem1: "radioactive_dirt", elem2: "radioactive_dirt", chance: 0.06 } - if(!elements.dirt.reactions) { - elements.dirt.reactions = {}; - }; - elements.dirt.reactions.dry_dirt = { elem1: "dry_dirt", elem2: "dirt", chance: 0.03 } - elements.dirt.reactions.radioactive_dry_dirt = { elem1: "radioactive_dry_dirt", elem2: "radioactive_dirt", chance: 0.03 } - //Land Element Cults /* "Cult" is used similarly to its EoD sense; here, it signifies a set of elements that systematically replicates another set of elements except for a given modification.