Update allliquids.js

This commit is contained in:
Alexthetransfem 2024-02-15 16:04:12 -06:00 committed by GitHub
parent 7872c7f76c
commit 4b19b0bedf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 17 deletions

View File

@ -1,6 +1,8 @@
//This mod was made by Adora the transfem, https://discord.com/users/778753696804765696 on discord and https://www.tiktok.com/@alextheagenenby?_t=8hoCVI3NRhu&_r=1 on tiktok.
let liquid = [["XX", "XX", "XX"], ["M1", "XX", "M1"], ["M1", "M2", "M1"]] let liquid = [["XX", "XX", "XX"], ["M1", "XX", "M1"], ["M1", "M2", "M1"]]
runAfterLoad(function(){
for (var element in elements){ for (var element in elements){
elements[element].noMix = false;
let a = elements[element].behavior; let a = elements[element].behavior;
console.log(a, elements[element], liquid) console.log(a, elements[element], liquid)
if(a != undefined && typeof a != 'function'){ if(a != undefined && typeof a != 'function'){
@ -19,3 +21,4 @@ for (var element in elements){
} }
} }
});