From 43de9abb8ead33b88e7b36c744435ccd98344e88 Mon Sep 17 00:00:00 2001 From: Exo-212 <145711719+Exo-212@users.noreply.github.com> Date: Thu, 3 Oct 2024 01:06:12 +0000 Subject: [PATCH] Should probably spell 'fluorine' correctly --- modular_doppler/modular_medical/reagents/synth_blood.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modular_doppler/modular_medical/reagents/synth_blood.dm b/modular_doppler/modular_medical/reagents/synth_blood.dm index 79c6980be50eb..2c024bd8b9d0b 100644 --- a/modular_doppler/modular_medical/reagents/synth_blood.dm +++ b/modular_doppler/modular_medical/reagents/synth_blood.dm @@ -38,8 +38,8 @@ /datum/reagent/toxin/acid/hyflo_acid - name = "Hydroflouric Acid" - description = "A highly corrosive solution of hydrogen and flourine." + name = "Hydrofluoric Acid" + description = "A highly corrosive solution of hydrogen and fluorine." taste_description = "acid" taste_mult = 10 reagent_state = LIQUID @@ -55,12 +55,12 @@ /datum/reagent/toxin/acid/hyflo_acid/on_mob_life(mob/living/carbon/affected_mob, seconds_per_tick, times_fired) . = ..() if(affected_mob.adjustFireLoss((volume/10) * REM * normalise_creation_purity() * seconds_per_tick, updating_health = FALSE, required_bodytype = affected_bodytype)) - return UPDATE_MOB_HEALTH + return UPDATE_MOB_HEALTH /datum/chemical_reaction/hyflo_acid results = list(/datum/reagent/toxin/acid/hyflo_acid = 2) - required_reagents = list(/datum/reagent/hydrogen = 1, /datum/reagent/flourine = 1) + required_reagents = list(/datum/reagent/hydrogen = 1, /datum/reagent/fluorine = 1) required_catalyists = list(/datum/reagent/water = 5) mix_message = "The mixture bubbles briefly." //fermichem