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 | |
parent | 123d32840e308a61ea245741f017528b7907000e (diff) |
added apple juice
-rw-r--r-- | juices.lua | 6 | ||||
-rw-r--r-- | textures/apple_juice.png | bin | 0 -> 351 bytes | |||
-rw-r--r-- | textures/apple_juice_inv.png | bin | 0 -> 322 bytes | |||
-rw-r--r-- | textures/apple_juice_popsicle.png | bin | 0 -> 295 bytes |
4 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", diff --git a/textures/apple_juice.png b/textures/apple_juice.png Binary files differnew file mode 100644 index 0000000..ebb5783 --- /dev/null +++ b/textures/apple_juice.png diff --git a/textures/apple_juice_inv.png b/textures/apple_juice_inv.png Binary files differnew file mode 100644 index 0000000..2ca94f7 --- /dev/null +++ b/textures/apple_juice_inv.png diff --git a/textures/apple_juice_popsicle.png b/textures/apple_juice_popsicle.png Binary files differnew file mode 100644 index 0000000..622be84 --- /dev/null +++ b/textures/apple_juice_popsicle.png |