mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
Add files via upload
This commit is contained in:
@@ -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