lactose intolerance and celiac
This commit is contained in:
parent
95d8c877d0
commit
35d5a3e804
|
|
@ -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"}
|
||||
}
|
||||
Loading…
Reference in New Issue