Merge pull request #53 from mollthecoder/patch-3

This commit is contained in:
slweeb 2023-01-09 16:11:31 -05:00 committed by GitHub
commit 83e9826fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
mods/musicalfruit.js Normal file
View File

@ -0,0 +1,4 @@
elements.beans.reactions = {
head: {elem1:"methane", chance: .5},
body: {elem1:"methand", chance: .5}
};