mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Merge pull request #4353 from Fox-McCloud/food-tweak
Mushrooms No Longer Taste Nasty
This commit is contained in:
@@ -513,7 +513,7 @@
|
||||
seed_noun = "spores"
|
||||
display_name = "chanterelle mushrooms"
|
||||
mutants = list("reishi","amanita","plumphelmet")
|
||||
chems = list("plantmatter" = list(1,25), "fungus" = list(1,10))
|
||||
chems = list("plantmatter" = list(1,25))
|
||||
splat_type = /obj/effect/plant
|
||||
kitchen_tag = "mushroom"
|
||||
preset_icon = "chanterelle"
|
||||
@@ -534,6 +534,7 @@
|
||||
seed_name = "brown mold"
|
||||
display_name = "brown mold"
|
||||
mutants = null
|
||||
chems = list("fungus" = list(1,10))
|
||||
|
||||
/datum/seed/mushroom/mold/New()
|
||||
..()
|
||||
|
||||
@@ -1339,7 +1339,7 @@
|
||||
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("????", 1)
|
||||
reagents.add_reagent("????", 5)
|
||||
reagents.add_reagent("carbon", 3)
|
||||
bitesize = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user