Skip to content

Commit

Permalink
such battles as these, in space, they are
Browse files Browse the repository at this point in the history
  • Loading branch information
Exo-212 committed Oct 7, 2024
1 parent 3fb911c commit 85a34c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modular_doppler/modular_medical/reagents/bug_blood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
color = "#82fac6" //rgb 130,250,198
reagent_state = LIQUID
ph = 7.4
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED


/datum/chemical_reaction/bug_blood
results = list(/datum/reagent/bug_blood = 2)
required_reagents = list(/datum/reagent/imidazole = 6, /datum/reagent/copper = 2, /datum/reagent/oxygen = 1)
mix_message = "The solution thickens and turns a buggy-blue"
//fermichem
//fermichem
is_cold_recipe = FALSE
required_temp = 293
optimal_temp = 300
Expand Down Expand Up @@ -45,7 +45,7 @@
results = list(/datum/reagent/imidazole = 0.5)
required_reagents = list(/datum/reagent/toxin/formaldehyde = 1, /datum/reagent/ammonia = 5, /datum/reagent/glyoxal = 1)
mix_message = "The solution clouds and becomes white"
//fermichem
//fermichem
is_cold_recipe = FALSE
required_temp = 362
optimal_temp = 420
Expand All @@ -68,13 +68,13 @@
taste_mult = 4
ph = 4.5
reagent_state = LIQUID
chemical
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED

/datum/chemical_reaction/glyoxal
results = list(/datum/reagent/glyoxal = 2)
required_reagents = list(/datum/reagent/acetaldehyde = 1, /datum/reagent/toxin/acid/nitracid = 1)
required_catalysts = list(/datum/reagent/oxygen = 10)
//fermichem
//fermichem
is_cold_recipe = FALSE
required_temp = 270
optimal_temp = 324
Expand Down

0 comments on commit 85a34c6

Please sign in to comment.