Updates Gender Chems (#5355)

* Updates Gender Chems

Removes Elixir formulas but keeps their effects, moving them under the Amorphorovir family of chemicals. Also imposes a double preference check now. Spontaneous TF needs to be enabled and you have to accept the alert letting you know what will happen.

* Fixed some comments.

* Moved stuff to chomp modular folder
This commit is contained in:
Desert
2022-12-17 16:58:59 -07:00
committed by GitHub
parent 120047e124
commit 602ddec4e7
7 changed files with 103 additions and 85 deletions
@@ -0,0 +1,25 @@
/decl/chemical_reaction/instant/amorphorovir
name = "Amorphorovir"
id = "amorphorovir"
result = "amorphorovir"
required_reagents = list("cryptobiolin" = 30, "biomass" = 30, "hyperzine" = 20)
catalysts = list("phoron" = 5)
result_amount = 1
/decl/chemical_reaction/instant/androrovir
result = "change_drug_male"
/decl/chemical_reaction/instant/gynorovir
result = "change_drug_female"
/decl/chemical_reaction/instant/androgynorovir
result = "change_drug_intersex"
/decl/chemical_reaction/instant/androrovir_bootleg
result = "change_drug_male"
/decl/chemical_reaction/instant/gynorovir_bootleg
result = "change_drug_female"
/decl/chemical_reaction/instant/androgynorovir_bootleg
result = "change_drug_intersex"