diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-01-21 15:54:50 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-01-21 15:54:50 +0300 |
commit | 1796ed169c853113de20b42019ad5a3f0438349f (patch) | |
tree | 04832a336f91aaacb32c79724f470581943b09f1 /juices.lua | |
parent | 123d32840e308a61ea245741f017528b7907000e (diff) |
added apple juice
Diffstat (limited to 'juices.lua')
-rw-r--r-- | juices.lua | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,6 +17,12 @@ local juice_table = { orange_juice = { + proper_name = "Apple juice", + found_in = "default", + obj_name = "apple", + orig_nutritional_value = 2 + }, + orange_juice = { proper_name = "Orange juice", found_in = "ethereal", obj_name = "orange", |