aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--juices.lua6
-rw-r--r--textures/apple_juice.pngbin0 -> 351 bytes
-rw-r--r--textures/apple_juice_inv.pngbin0 -> 322 bytes
-rw-r--r--textures/apple_juice_popsicle.pngbin0 -> 295 bytes
4 files changed, 6 insertions, 0 deletions
diff --git a/juices.lua b/juices.lua
index 5fd0145..03b1879 100644
--- a/juices.lua
+++ b/juices.lua
@@ -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
new file mode 100644
index 0000000..ebb5783
--- /dev/null
+++ b/textures/apple_juice.png
Binary files differ
diff --git a/textures/apple_juice_inv.png b/textures/apple_juice_inv.png
new file mode 100644
index 0000000..2ca94f7
--- /dev/null
+++ b/textures/apple_juice_inv.png
Binary files differ
diff --git a/textures/apple_juice_popsicle.png b/textures/apple_juice_popsicle.png
new file mode 100644
index 0000000..622be84
--- /dev/null
+++ b/textures/apple_juice_popsicle.png
Binary files differ