Skip to content

Commit

Permalink
[MIRROR] Chem Quantities: Alky/Imi
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNightingale authored and SierraHelper committed Nov 23, 2023
1 parent 10e05e5 commit 2b0425b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/modules/reagents/Chemistry-Recipes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@
result = /datum/reagent/kelotane
required_reagents = list(/datum/reagent/silicon = 1, /datum/reagent/carbon = 1)
result_amount = 2
log_is_important = 1

/datum/chemical_reaction/peridaxon
name = "Peridaxon"
Expand Down Expand Up @@ -208,7 +207,7 @@
name = "Alkysine"
result = /datum/reagent/alkysine
required_reagents = list(/datum/reagent/acid/hydrochloric = 1, /datum/reagent/ammonia = 1, /datum/reagent/dylovene = 1)
result_amount = 2
result_amount = 3

/datum/chemical_reaction/dexalin
name = "Dexalin"
Expand Down Expand Up @@ -298,7 +297,7 @@
name = "Imidazoline"
result = /datum/reagent/imidazoline
required_reagents = list(/datum/reagent/carbon = 1, /datum/reagent/hydrazine = 1, /datum/reagent/dylovene = 1)
result_amount = 2
result_amount = 3

/datum/chemical_reaction/ethylredoxrazine
name = "Ethylredoxrazine"
Expand Down

0 comments on commit 2b0425b

Please sign in to comment.