Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/modules/food_and_drinks/food/snacks_soup.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
desc = "Not very funny."
icon_state = "clownstears"
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/banana = 5, /datum/reagent/consumable/nutriment/vitamin = 8, /datum/reagent/consumable/clownstears = 10)
list_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/banana = 5, /datum/reagent/water = 5, /datum/reagent/consumable/nutriment/vitamin = 8, /datum/reagent/consumable/clownstears = 10)
list_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/banana = 5, /datum/reagent/lube = 5, /datum/reagent/consumable/nutriment/vitamin = 8, /datum/reagent/consumable/clownstears = 10)
tastes = list("a bad joke" = 1)
foodtype = FRUIT | SUGAR

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@
/obj/item/reagent_containers/food/snacks/grown/apple = 1,
/obj/item/reagent_containers/food/snacks/grown/citrus/orange = 1,
/obj/item/reagent_containers/food/snacks/grown/citrus/lemon = 1,
/obj/item/reagent_containers/food/snacks/grown/banana = 1,
/obj/item/reagent_containers/food/snacks/grown/ambrosia = 1
)
result = /obj/item/reagent_containers/food/snacks/melonfruitbowl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,9 @@
name = "Jungle Salad"
reqs = list(
/obj/item/reagent_containers/glass/bowl = 1,
/obj/item/reagent_containers/food/snacks/grown/apple = 1,
/obj/item/reagent_containers/food/snacks/grown/grapes = 1,
/obj/item/reagent_containers/food/snacks/grown/banana = 2,
/obj/item/reagent_containers/food/snacks/watermelonslice = 2

/obj/item/reagent_containers/food/snacks/grown/apple = 2,
/obj/item/reagent_containers/food/snacks/grown/grapes = 2,
/obj/item/reagent_containers/food/snacks/grown/banana = 2
)
result = /obj/item/reagent_containers/food/snacks/salad/jungle
category = CAT_SALAD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/datum/crafting_recipe/food/clownstears
name = "Clown's Tears"
reqs = list(
/datum/reagent/water = 10,
/datum/reagent/lube = 10,
/obj/item/reagent_containers/glass/bowl = 1,
/obj/item/reagent_containers/food/snacks/grown/banana = 1,
/obj/item/stack/ore/bananium = 1
Expand Down