Skip to content

Commit

Permalink
importantest fix of all time (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
John C authored Oct 11, 2023
1 parent 83b11d6 commit 94071c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/recipes/toxin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@

/datum/chemical_reaction/formaldehyde
result = list(/datum/reagent/toxin/formaldehyde = 3)
required_reagents = list(/datum/reagent/ethanol = 1, /datum/reagent/oxygen = 1, /datum/reagent/silver = 1)
required_reagents = list(/datum/reagent/ethanol = 1, /datum/reagent/water = 1, /datum/reagent/silver = 1)
minimum_temperature = 70 CELSIUS
maximum_temperature = (70 CELSIUS) + 100

0 comments on commit 94071c7

Please sign in to comment.