funny
This commit is contained in:
@@ -319,4 +319,4 @@
|
||||
/obj/item/reagent_containers/food/condiment/pack/soysauce
|
||||
name = "soy sauce pack"
|
||||
originalname = "soy sauce"
|
||||
list_reagents = list(/datum/reagent/consumable/soysauce = 10)
|
||||
list_reagents = list(/datum/reagent/consumable/soysauce = 10)
|
||||
|
||||
@@ -155,4 +155,4 @@
|
||||
bonus_reagents = list(/datum/reagent/consumable/nutriment = 2, /datum/reagent/consumable/nutriment/vitamin = 2)
|
||||
bitesize = 3
|
||||
filling_color = "#FFFFF0"
|
||||
list_reagents = list(/datum/reagent/consumable/nutriment = 6)
|
||||
list_reagents = list(/datum/reagent/consumable/nutriment = 6)
|
||||
|
||||
@@ -84,4 +84,4 @@
|
||||
list_reagents = list(/datum/reagent/consumable/nutriment = 6, /datum/reagent/consumable/capsaicin = 5)
|
||||
filling_color = "#FA8072"
|
||||
tastes = list("fish" = 1, "hot peppers" = 1)
|
||||
foodtype = MEAT | TOXIC
|
||||
foodtype = MEAT | TOXIC
|
||||
|
||||
@@ -189,4 +189,4 @@
|
||||
/datum/chemical_reaction/margarine/on_reaction(datum/reagents/holder, multiplier)
|
||||
var/location = get_turf(holder.my_atom)
|
||||
for(var/i = 1, i <= multiplier, i++)
|
||||
new /obj/item/reagent_containers/food/snacks/butter/margarine(location)
|
||||
new /obj/item/reagent_containers/food/snacks/butter/margarine(location)
|
||||
|
||||
@@ -51,4 +51,4 @@
|
||||
/datum/food_processor_process/mob/slime
|
||||
input = /mob/living/simple_animal/slime
|
||||
output = null
|
||||
required_machine = /obj/machinery/processor/slime
|
||||
required_machine = /obj/machinery/processor/slime
|
||||
|
||||
@@ -160,4 +160,4 @@
|
||||
/obj/item/reagent_containers/food/snacks/breadslice/plain = 2
|
||||
)
|
||||
result = /obj/item/reagent_containers/food/snacks/twobread
|
||||
subcategory = CAT_BREAD
|
||||
subcategory = CAT_BREAD
|
||||
|
||||
@@ -370,4 +370,4 @@
|
||||
/obj/item/reagent_containers/food/snacks/bun = 1
|
||||
)
|
||||
result = /obj/item/reagent_containers/food/snacks/burger/white
|
||||
subcategory = CAT_BURGER
|
||||
subcategory = CAT_BURGER
|
||||
|
||||
@@ -79,4 +79,4 @@
|
||||
/obj/item/reagent_containers/food/snacks/meatball = 1
|
||||
)
|
||||
result = /obj/item/reagent_containers/food/snacks/scotchegg
|
||||
subcategory = CAT_EGG
|
||||
subcategory = CAT_EGG
|
||||
|
||||
@@ -224,4 +224,4 @@
|
||||
/datum/reagent/toxin/mutagen = 5
|
||||
)
|
||||
result = /obj/item/reagent_containers/food/snacks/royalcheese
|
||||
subcategory = CAT_MISCFOOD
|
||||
subcategory = CAT_MISCFOOD
|
||||
|
||||
@@ -69,4 +69,4 @@
|
||||
/obj/item/reagent_containers/food/snacks/butter = 1
|
||||
)
|
||||
result = /obj/item/reagent_containers/food/snacks/butternoodles
|
||||
subcategory = CAT_SPAGHETTI
|
||||
subcategory = CAT_SPAGHETTI
|
||||
|
||||
Reference in New Issue
Block a user