Skip to content

Commit

Permalink
Fixed Ambrosia Panacea being a freeby (#5087)
Browse files Browse the repository at this point in the history
* Fixed Ambrosia Panacea being a freeby

Yeah uh.. if you get your hands on omni its a free evo to panacea right now with no effort. Used to require trinity grass, another evo.

This fixes it by making that a requirement again. Looks more of an error than anything else.

* Irkalla moment
  • Loading branch information
IrkallaEpsilon authored Mar 5, 2024
1 parent 5c5db86 commit 973b79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/hydroponics/seed_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
seed_name = "ambrosia omni"
display_name = "ambrosia omni"
mutants = null
evolutions = list("ambrosiapanacea")
evolutions = list("ambrosiapanacea"=list("cronexidone"))
chems = list("nutriment"=list(1), "tricordrazine"=list(1,10), "anti_toxin"=list(1,10), "bicaridine"=list(2), "dexalinp"=list(2), "kelotane"=list(2),"copper"=list(2),"stoxin"=list(2))

/datum/seed/ambrosia/omni/New()
Expand Down Expand Up @@ -393,7 +393,7 @@
seed_name = "ambrosia infernum"
display_name = "ambrosia infernum"
mutants = null
evolutions = list("ambrosiadiablos" = list("aluminum"))
evolutions = list("ambrosiadiablos"=list("aluminum"))
chems = list("plasma" = list(5,20), "fuel" = list(5,20), "acetone" = list(1,25), "space_drugs" = list(1))
exude_gasses = list("plasma"=1)

Expand Down

0 comments on commit 973b79e

Please sign in to comment.