Skip to content

Commit

Permalink
Рецепт коагулянта и возможность его синтеза на станции (#104)
Browse files Browse the repository at this point in the history
* добавлен рецепт коагулянта

* Update coagulant_recipe

* исправил то, что недоглядел

* Update tff_modular/master_files/code/modules/reagents/recipe/coagulant_recipe.dm
  • Loading branch information
SSensum authored Oct 6, 2023
1 parent 7410332 commit adc79a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/datum/chemical_reaction/medicine/coagulant
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
overheat_temp = 620
optimal_ph_min = 7
optimal_ph_max = 9
thermic_constant = 15
H_ion_release = 0.20
reaction_tags = REACTION_TAG_HARD | REACTION_TAG_HEALING
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -7708,6 +7708,7 @@
#include "tff_modular\master_files\code\modules\mob\living\carbon\human\human_buckle.dm"
#include "tff_modular\master_files\code\modules\mod\_module.dm"
#include "tff_modular\master_files\code\modules\mod\mod_clothes.dm"
#include "tff_modular\master_files\code\modules\reagents\recipe\coagulant_recipe.dm"
#include "tff_modular\modules\autoaccent\code\autoaccent.dm"
#include "tff_modular\modules\blueshield-mod\code.dm"
#include "tff_modular\modules\blueshield-rearm\code\holster.dm"
Expand Down

0 comments on commit adc79a5

Please sign in to comment.