mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
Merge pull request #261 from Orotheim/souped-up
Fixes Lavaland Stew not actually being soup.
This commit is contained in:
@@ -137,13 +137,3 @@
|
||||
tastes = list("eggs", "breakfast" = 1)
|
||||
foodtype = GRAIN | SUGAR
|
||||
|
||||
|
||||
|
||||
//GS Food
|
||||
|
||||
/obj/item/reagent_containers/food/tribal/soup
|
||||
name = "lavaland stew"
|
||||
desc = "A mixture of various lavaland mushrooms, turned into a bland but medicinal stew."
|
||||
icon = 'icons/obj/food/ported_meals.dmi'
|
||||
icon_state = "lavalandsoup"
|
||||
list_reagents = list(/datum/reagent/consumable/nutriment = 2, /datum/reagent/consumable/vitfro = 15) //Primarily here to let ashwalkers make medicine. Low nutrient content, high medicine content.
|
||||
@@ -114,7 +114,7 @@
|
||||
|
||||
//GS Food
|
||||
|
||||
/datum/crafting_recipe/food/lavaland_soup
|
||||
/datum/crafting_recipe/food/lavaland_stew
|
||||
name = "Lavaland Stew"
|
||||
reqs = list(
|
||||
/obj/item/reagent_containers/food/snacks/grown/ash_flora/mushroom_leaf = 1,
|
||||
@@ -122,5 +122,5 @@
|
||||
/obj/item/reagent_containers/food/snacks/grown/ash_flora/cactus_fruit = 2,
|
||||
/obj/item/reagent_containers/glass/bowl/mushroom_bowl = 1
|
||||
)
|
||||
result = /obj/item/reagent_containers/food/tribal/soup
|
||||
subcategory = CAT_PRIMAL
|
||||
result = /obj/item/reagent_containers/food/snacks/soup/lavaland_stew
|
||||
subcategory = CAT_SOUP
|
||||
@@ -271,3 +271,14 @@
|
||||
/datum/reagent/carbon, /datum/reagent/drug/mushroomhallucinogen)
|
||||
bonus_reagents = list(snowflake_reagent = 5, /datum/reagent/consumable/nutriment = 6)
|
||||
reagents.add_reagent(snowflake_reagent, 5)
|
||||
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/soup/lavaland_stew
|
||||
name = "lavaland stew"
|
||||
desc = "A mixture of various lavaland mushrooms, turned into a bland but medicinal stew."
|
||||
icon = 'icons/obj/food/ported_meals.dmi'
|
||||
icon_state = "lavalandsoup"
|
||||
trash = /obj/item/reagent_containers/glass/bowl/mushroom_bowl
|
||||
list_reagents = list(/datum/reagent/consumable/nutriment = 2, /datum/reagent/consumable/vitfro = 15) //Primarily here to let ashwalkers make medicine. Low nutrient content, high medicine content.
|
||||
tastes = list("fresh pickings","extreme blandness" = 1)
|
||||
foodtype = MEAT
|
||||
Reference in New Issue
Block a user