Update liquid_mixing.js

This commit is contained in:
Nekonico 2025-02-18 18:38:41 -08:00 committed by GitHub
parent ce6a273f31
commit 231d5b0657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// By Nekonico!
window.addEventListener('load', function() {
for (var element in elements) {
if (elements[element].state === "liquid" && elements[element].behavior !== behaviors.MOLTEN) {
@ -179,4 +181,6 @@ doStaining = function(pixel) {
}
}
}
}
}
// By Nekonico!