mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-26 14:16:18 +01:00
racc snacc
racc snacc
This commit is contained in:
@@ -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 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user