Drink updates

This commit is contained in:
Azarak
2020-02-03 20:23:39 +01:00
parent 06833cc9aa
commit dea2f73497
14 changed files with 209 additions and 14 deletions
@@ -262,5 +262,6 @@
name = "strawberry"
icon_state = "strawberry"
filling_color = "#7FFF00"
juice_results = list("strawberryjuice" = 0)
tastes = list("strawberries" = 1)
wine_power = 20
+1
View File
@@ -273,6 +273,7 @@
throwforce = 5
hitsound = 'sound/weapons/klonk.ogg'
attack_verb = list("klonked", "donked", "bonked")
distill_reagent = "creme_de_coconut"
var/opened = FALSE
var/carved = FALSE
var/chopped = FALSE
@@ -30,5 +30,6 @@
filling_color = "#F6CB0B"
w_class = WEIGHT_CLASS_NORMAL
foodtype = FRUIT | PINEAPPLE
juice_results = list("pineapplejuice" = 0)
tastes = list("pineapple" = 1)
wine_power = 40