diff options
-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 |