/singleton/recipe/popcorn appliance = SAUCEPAN | MICROWAVE fruit = list("corn" = 1) result = /obj/item/reagent_containers/food/snacks/popcorn /singleton/recipe/popcorn_chocolate appliance = MIX reagents = list(/singleton/reagent/condiment/syrup_chocolate = 5) items = list( /obj/item/reagent_containers/food/snacks/popcorn ) result = /obj/item/reagent_containers/food/snacks/popcorn/chocolate /singleton/recipe/popcorn_caramel appliance = MIX reagents = list(/singleton/reagent/condiment/syrup_caramel = 5) items = list( /obj/item/reagent_containers/food/snacks/popcorn ) result = /obj/item/reagent_containers/food/snacks/popcorn/caramel /singleton/recipe/popcorn_cheese appliance = MIX reagents = list(/singleton/reagent/nutriment/protein/cheese = 5) items = list( /obj/item/reagent_containers/food/snacks/popcorn ) result = /obj/item/reagent_containers/food/snacks/popcorn/cheese // Jellies /singleton/recipe/amanitajelly appliance = SAUCEPAN | MICROWAVE reagents = list(/singleton/reagent/water = 5, /singleton/reagent/alcohol/vodka = 5, /singleton/reagent/toxin/amatoxin = 5) result = /obj/item/reagent_containers/food/snacks/amanitajelly /singleton/recipe/amanitajelly/make_food(var/obj/container as obj) . = ..(container) for (var/obj/item/reagent_containers/food/snacks/amanitajelly/being_cooked in .) being_cooked.reagents.del_reagent(/singleton/reagent/toxin/amatoxin) /singleton/recipe/mint appliance = SAUCEPAN | MICROWAVE reagents = list(/singleton/reagent/sugar = 5, /singleton/reagent/frostoil = 5) result = /obj/item/reagent_containers/food/snacks/mint /singleton/recipe/microchips appliance = MICROWAVE items = list( /obj/item/reagent_containers/food/snacks/rawsticks ) result = /obj/item/reagent_containers/food/snacks/microchips