racc snacc

racc snacc
This commit is contained in:
quotefox
2022-09-22 09:44:06 +01:00
parent 0a30eb6930
commit 11ae0d0597
4 changed files with 14 additions and 0 deletions
@@ -0,0 +1,12 @@
/obj/item/reagent_containers/food/snacks/raccsnacc
name = "racc snacc"
desc = "A tastey snack within a pack... Wait, this is just shredded cheese."
icon_state = "raccsnacc"
trash = /obj/item/trash/chips
bitesize = 1
list_reagents = list(/datum/reagent/consumable/nutriment = 3, /datum/reagent/consumable/nutriment/vitamin = 1)
junkiness = 40 //super junky, its a raccon snack
filling_color = "#FFD700"
tastes = list("cheese" = 1)
foodtype = JUNKFOOD | DAIRY
price = 2