mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Base Commit
This commit is contained in:
@@ -287,13 +287,12 @@
|
|||||||
desc = "A chocolate-coated biscuit stick."
|
desc = "A chocolate-coated biscuit stick."
|
||||||
icon_state = "pockystick"
|
icon_state = "pockystick"
|
||||||
item_state = "pocky"
|
item_state = "pocky"
|
||||||
|
filling = list("sugar" = 2, "chocolate" = 5)
|
||||||
type_butt = null
|
type_butt = null
|
||||||
|
|
||||||
/obj/item/clothing/mask/chewable/candy/pocky/process()
|
/obj/item/clothing/mask/chewable/candy/pocky/process()
|
||||||
chew()
|
chew()
|
||||||
if(chewtime < 1)
|
if(chewtime < 1)
|
||||||
|
if(ismob(loc))
|
||||||
|
to_chat(loc, "<span class='notice'>There's no more of \the [name] left!</span>")
|
||||||
spitout(0)
|
spitout(0)
|
||||||
|
|
||||||
/obj/item/clothing/mask/chewable/candy/pocky/Initialize()
|
|
||||||
. = ..()
|
|
||||||
reagents.add_reagent("chocolate", 10)
|
|
||||||
@@ -436,6 +436,15 @@
|
|||||||
nutriment_factor = 5
|
nutriment_factor = 5
|
||||||
color = "#302000"
|
color = "#302000"
|
||||||
|
|
||||||
|
/datum/reagent/nutriment/chocolate
|
||||||
|
name = "Chocolate"
|
||||||
|
id = "chocolate"
|
||||||
|
description = "Great for cooking or on its own!"
|
||||||
|
taste_description = "chocolate"
|
||||||
|
color = "#582815"
|
||||||
|
nutriment_factor = 5
|
||||||
|
taste_mult = 1.3
|
||||||
|
|
||||||
/datum/reagent/nutriment/instantjuice
|
/datum/reagent/nutriment/instantjuice
|
||||||
name = "Juice Powder"
|
name = "Juice Powder"
|
||||||
id = "instantjuice"
|
id = "instantjuice"
|
||||||
|
|||||||
Reference in New Issue
Block a user