Create edible_everything.js

This commit is contained in:
slweeb 2023-03-17 21:18:59 -04:00
parent 5f91b8518e
commit 7fae61aafd
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
window.addEventListener('load', function() {
for (element in elements) {
elements[element].isFood = true;
}
});