Adds heart-shaped boxes of chocolate to the valentines event
This commit is contained in:
committed by
CitadelStationBot
parent
c52562fed3
commit
e6ace7bc56
@@ -18,7 +18,7 @@
|
||||
H.put_in_hands(new /obj/item/valentine)
|
||||
var/obj/item/storage/backpack/b = locate() in H.contents
|
||||
new /obj/item/reagent_containers/food/snacks/candyheart(b)
|
||||
|
||||
new /obj/item/storage/fancy/heart_box(b)
|
||||
|
||||
var/list/valentines = list()
|
||||
for(var/mob/living/M in GLOB.player_list)
|
||||
|
||||
@@ -560,3 +560,12 @@
|
||||
filling_color = "#F6CB0B"
|
||||
tastes = list("pineapple" = 1)
|
||||
foodtype = FRUIT
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/tinychocolate
|
||||
name = "chocolate"
|
||||
desc = "A tiny and sweet chocolate."
|
||||
icon_state = "tiny_chocolate"
|
||||
list_reagents = list("nutriment" = 1, "sugar" = 1, "cocoa" = 1)
|
||||
filling_color = "#A0522D"
|
||||
tastes = list("chocolate" = 1)
|
||||
foodtype = JUNKFOOD | SUGAR
|
||||
Reference in New Issue
Block a user