Skip to content

Commit

Permalink
Should probably spell 'fluorine' correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Exo-212 committed Oct 3, 2024
1 parent 03eb2da commit 43de9ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modular_doppler/modular_medical/reagents/synth_blood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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))

Check failure on line 57 in modular_doppler/modular_medical/reagents/synth_blood.dm

View workflow job for this annotation

GitHub Actions / Run Linters

OD3100: Empty block detected
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)

Check failure on line 64 in modular_doppler/modular_medical/reagents/synth_blood.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var 'required_catalyists' on type '/datum/chemical_reaction/hyflo_acid'
mix_message = "The mixture bubbles briefly."
//fermichem
Expand Down

0 comments on commit 43de9ab

Please sign in to comment.