Update edible_everything.js - human hotfix

This commit is contained in:
slweeb 2024-12-16 17:31:47 -05:00 committed by GitHub
parent fa8ad83732
commit 9ddddef603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@ window.addEventListener('load', function() {
for (var element in elements) {
elements[element].isFood = true;
}
});
});
elements.head.isFood = false;
elements.body.isFood = false;