mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
Merge pull request #4353 from Fox-McCloud/food-tweak
Mushrooms No Longer Taste Nasty
This commit is contained in:
@@ -973,7 +973,7 @@
|
||||
/obj/item/seeds/teaasperaseed = 3,/obj/item/seeds/tobaccoseed = 3,/obj/item/seeds/tomatoseed = 3,
|
||||
/obj/item/seeds/towermycelium = 3,/obj/item/seeds/watermelonseed = 3,/obj/item/seeds/wheatseed = 3,/obj/item/seeds/whitebeetseed = 3)
|
||||
contraband = list(/obj/item/seeds/amanitamycelium = 2,/obj/item/seeds/glowshroom = 2,/obj/item/seeds/libertymycelium = 2,/obj/item/seeds/nettleseed = 2,
|
||||
/obj/item/seeds/plumpmycelium = 2,/obj/item/seeds/random = 2, /obj/item/seeds/reishimycelium = 2)
|
||||
/obj/item/seeds/plumpmycelium = 2,/obj/item/seeds/random = 2, /obj/item/seeds/reishimycelium = 2, /obj/item/seeds/brownmold = 2)
|
||||
premium = list(/obj/item/weapon/reagent_containers/spray/waterflower = 1)
|
||||
|
||||
/**
|
||||
|
||||
@@ -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