mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
Adds Chimichangas
💀 + 💩 + L
This commit is contained in:
@@ -68,3 +68,7 @@
|
||||
/datum/deepfryer_special/fried_tofu
|
||||
input = /obj/item/weapon/reagent_containers/food/snacks/tofu
|
||||
output = /obj/item/weapon/reagent_containers/food/snacks/fried_tofu
|
||||
|
||||
/datum/deepfryer_special/chimichanga
|
||||
input = /obj/item/weapon/reagent_containers/food/snacks/burrito
|
||||
output = /obj/item/weapon/reagent_containers/food/snacks/chimichanga
|
||||
@@ -280,6 +280,16 @@
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/enchiladas
|
||||
|
||||
/datum/recipe/microwave/burrito
|
||||
reagents = list("capsaicin" = 5, "rice" = 5)
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cutlet,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/beans,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cheesewedge,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/sliceable/flatdough,
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/burrito
|
||||
|
||||
/datum/recipe/microwave/monkeysdelight
|
||||
fruit = list("banana" = 1)
|
||||
reagents = list("sodiumchloride" = 1, "blackpepper" = 1, "flour" = 10)
|
||||
|
||||
@@ -1759,6 +1759,29 @@
|
||||
reagents.add_reagent("capsaicin", 6)
|
||||
bitesize = 4
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito
|
||||
name = "Burrito"
|
||||
desc = "Meat, beans, cheese, and rice wrapped up as an easy-to-hold meal."
|
||||
icon_state = "burrito"
|
||||
trash = /obj/item/trash/plate
|
||||
filling_color = "#A36A1F"
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/burrito/New()
|
||||
..()
|
||||
reagents.add_reagent("nutriment", 5)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chimichanga
|
||||
name = "Chimichanga"
|
||||
desc = "Time to eat a chimi-f***ing-changa."
|
||||
icon_state = "chimichanga"
|
||||
trash = /obj/item/trash/plate
|
||||
filling_color = "#A36A1F"
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chimichanga/New()
|
||||
..()
|
||||
reagents.add_reagent("omnizine", 4) //Deadpool reference. Deal with it.
|
||||
reagents.add_reagent("cheese", 2)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/monkeysdelight
|
||||
name = "monkey's Delight"
|
||||
desc = "Eeee Eee!"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 120 KiB |
Reference in New Issue
Block a user