Skip to content

Commit

Permalink
Update tff_modular/master_files/code/modules/reagents/recipe/coagulan…
Browse files Browse the repository at this point in the history
…t_recipe.dm
  • Loading branch information
Iajret authored Oct 6, 2023
1 parent 4c79158 commit 38213fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/datum/chemical_reaction/medicine/coagulant
results = list(/datum/reagent/medicine/coagulant = 1) // чтобы жизнь мёдом не казалась
results = list(/datum/reagent/medicine/coagulant = 1)
required_reagents = list(/datum/reagent/medicine/salglu_solution = 1, /datum/reagent/phenol = 1, /datum/reagent/carbon = 1, /datum/reagent/water = 1)
required_temp = 300
optimal_temp = 500
Expand Down

0 comments on commit 38213fa

Please sign in to comment.