Adds Apple Juice.

This commit is contained in:
SunnyDaise
2018-01-17 07:29:40 +00:00
parent b2624f5a2e
commit a0bd8f6915
3 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -245,7 +245,7 @@
seed_name = "apple"
display_name = "apple tree"
mutants = list("poisonapple","goldapple")
chems = list("nutriment" = list(1,10))
chems = list("nutriment" = list(1,10),"applejuice" = list(10,20))
kitchen_tag = "apple"
/datum/seed/apple/New()