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
+1
View File
@@ -7,6 +7,7 @@
products = list(/obj/item/reagent_containers/food/snacks/candy = 6,
/obj/item/reagent_containers/food/drinks/dry_ramen = 6,
/obj/item/reagent_containers/food/snacks/chips = 6,
/obj/item/reagent_containers/food/snacks/raccsnacc = 6,
/obj/item/reagent_containers/food/snacks/sosjerky = 6,
/obj/item/reagent_containers/food/snacks/no_raisin = 6,
/obj/item/reagent_containers/food/snacks/spacetwinkie = 6,
@@ -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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 75 KiB

+1
View File
@@ -3198,6 +3198,7 @@
#include "hyperstation\code\modules\economy\account.dm"
#include "hyperstation\code\modules\events\crystalline_reentry.dm"
#include "hyperstation\code\modules\events\crystalloid_entities.dm"
#include "hyperstation\code\modules\food_and_drinks\food\snacks_vend.dm"
#include "hyperstation\code\modules\food_and_drinks\recipes\drinks_recipes.dm"
#include "hyperstation\code\modules\hydroponics\grown\kalyna.dm"
#include "hyperstation\code\modules\integrated_electronics\input.dm"