fix dirt-dry dirt inerface

Shit myself today, aah
Let it go today
(to the tune of Olivia Hye - Egoist)
This commit is contained in:
Laetitia (O-01-67) 2022-12-07 15:37:41 -05:00 committed by GitHub
parent 55b8eb04df
commit 74a9abb690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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.