Its time the people on the station got to enjoy some bubble tea, oh, also got recipe to make gelatin, might be useful for dishes and drinks in the future :p

This commit is contained in:
Shadowfire117
2019-02-06 21:04:09 +01:00
parent c10325d9db
commit 83b6993de3
8 changed files with 152 additions and 1 deletions
@@ -513,4 +513,24 @@ Drinks Data
glass_center_of_mass = list("x"=16, "y"=6)
/datum/reagent/ethanol/spiderdrink
glass_icon_state = "glassofspiders"
glass_icon_state = "glassofspiders"
/datum/reagent/bubbletea/watermelon
glass_icon_state = "bubbleteawatermelonglass"
glass_center_of_mass = list("x"=16, "y"=9)
/datum/reagent/bubbletea/watermelon
glass_icon_state = "bubbleteastrawberryglass"
glass_center_of_mass = list("x"=16, "y"=9)
/datum/reagent/bubbletea/watermelon
glass_icon_state = "bubbleteacherryglass"
glass_center_of_mass = list("x"=16, "y"=9)
/datum/reagent/bubbletea/watermelon
glass_icon_state = "bubbleteacoffeeglass"
glass_center_of_mass = list("x"=16, "y"=9)
/datum/reagent/bubbletea/watermelon
glass_icon_state = "bubbleteabananaglass"
glass_center_of_mass = list("x"=16, "y"=9)
@@ -277,6 +277,20 @@
reagents.add_reagent("shockchem", 6)
bitesize = 7
/obj/item/weapon/reagent_containers/food/snacks/gelbowl
name = "bowl of gelatin"
desc = "This bowl contains boring and flavourless gelatin, its probably better to make something tasty with it rather than eat it like this."
icon = 'icons/obj/food_vr.dmi'
icon_state = "gelbowl"
trash = /obj/item/trash/snack_bowl
nutriment_amt = 0
nutriment_desc = list("something?" = 1, "nothing" = 4)
/obj/item/weapon/reagent_containers/food/snacks/gelbowl/New()
..()
reagents.add_reagent("gelatin", 15)
bitesize = 2
/obj/item/weapon/reagent_containers/food/snacks/monkeycube/sobakacube
name = "sobaka cube"
monkey_type = "Sobaka"