lactose intolerance and celiac

This commit is contained in:
Nubo318 2022-04-13 21:58:42 -05:00 committed by GitHub
parent 95d8c877d0
commit 35d5a3e804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
elements.human.reactions = {
"milk": { "elem1":"explosion"},
"wheat": { "elem1":"explosion"}
};
elements.body.reactions = {
"milk": { "elem1":"explosion"},
"wheat": { "elem1":"explosion"}
};
elements.head.reactions = {
"milk": { "elem1":"explosion"},
"wheat": { "elem1":"explosion"}
}