summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-01-21 15:54:50 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-01-21 15:54:50 +0300
commit1796ed169c853113de20b42019ad5a3f0438349f (patch)
tree04832a336f91aaacb32c79724f470581943b09f1
parent123d32840e308a61ea245741f017528b7907000e (diff)
added apple juice
-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