mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-27 14:06:43 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user