Skip to content

Commit

Permalink
if the lord can lead you to proofreading, you can be lead to do it
Browse files Browse the repository at this point in the history
  • Loading branch information
Exo-212 committed Oct 3, 2024
1 parent eda51b2 commit f76f3c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modular_doppler/modular_medical/reagents/synth_blood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
taste_mult = 1
color = "#A9FBFB"
reagent_state = LIQUID
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED

/datum/glass_style/drinking_glass/synth_blood
required_drink_type = /datum/reagent/synth_blood
name = "glass of water"
desc = "Doesn't really move around like water - oddly thick."

/datum/chemical_reaction/synth_blood
results = list(datum/reagent/synth_blood = 1)
required_reagents = list(datum/reagent/toxin/acid/hyflo_acid = 1, /datum/reagent/fuel/oil = 1, /datum/reagent/stable_plasma = 1)
results = list(/datum/reagent/synth_blood = 1)
required_reagents = list(/datum/reagent/toxin/acid/hyflo_acid = 1, /datum/reagent/fuel/oil = 1, /datum/reagent/stable_plasma = 1)
mix_message = "The solution becomes clear and stabilizes."
mix_sound = 'sound/effects/bubbles/bubbles.ogg'
//fermichem
Expand Down

0 comments on commit f76f3c3

Please sign in to comment.