mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-28 06:26:29 +01:00
This time its tocino and sprited by Kassc!
Also....another damn attempt at this damn bubble tea....
This commit is contained in:
@@ -515,23 +515,23 @@ Drinks Data
|
||||
/datum/reagent/ethanol/spiderdrink
|
||||
glass_icon_state = "glassofspiders"
|
||||
|
||||
/datum/reagent/drink/bubbletea/watermelon
|
||||
/datum/reagent/drink/bubbleteawatermelon
|
||||
glass_icon_state = "bubbleteawatermelonglass"
|
||||
glass_center_of_mass = list("x"=16, "y"=9)
|
||||
|
||||
/datum/reagent/drink/bubbletea/watermelon
|
||||
/datum/reagent/drink/bubbleteawatermelon
|
||||
glass_icon_state = "bubbleteastrawberryglass"
|
||||
glass_center_of_mass = list("x"=16, "y"=9)
|
||||
|
||||
/datum/reagent/drink/bubbletea/watermelon
|
||||
/datum/reagent/drink/bubbleteawatermelon
|
||||
glass_icon_state = "bubbleteacherryglass"
|
||||
glass_center_of_mass = list("x"=16, "y"=9)
|
||||
|
||||
/datum/reagent/drink/bubbletea/watermelon
|
||||
/datum/reagent/drink/bubbleteawatermelon
|
||||
glass_icon_state = "bubbleteacoffeeglass"
|
||||
glass_center_of_mass = list("x"=16, "y"=9)
|
||||
|
||||
/datum/reagent/drink/bubbletea/watermelon
|
||||
/datum/reagent/drink/bubbleteawatermelon
|
||||
glass_icon_state = "bubbleteabananaglass"
|
||||
glass_center_of_mass = list("x"=16, "y"=9)
|
||||
|
||||
|
||||
@@ -342,6 +342,19 @@
|
||||
/obj/item/weapon/reagent_containers/food/snacks/pandenata/New()
|
||||
..()
|
||||
bitesize = 3
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/tocino
|
||||
name = "Tocino"
|
||||
desc = "A form of bacon made from cuts of pork that has cured in wine, sugar and salt for a while, best served on a hot skillet so remains warm and tasty til the last bite."
|
||||
icon = 'icons/obj/food.dmi'
|
||||
icon_state = "tocino"
|
||||
trash = /obj/item/trash/plate
|
||||
nutriment_amt = 2
|
||||
nutriment_desc = list("crispy sweet meat" = 3)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/tocino/New()
|
||||
..()
|
||||
bitesize = 3
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/monkeycube/sobakacube
|
||||
name = "sobaka cube"
|
||||
|
||||
Reference in New Issue
Block a user