Skip to content

Commit

Permalink
indent here!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Exo-212 committed Oct 3, 2024
1 parent b17edb1 commit 08cabf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_doppler/modular_medical/reagents/synth_blood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
/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)
Expand Down

0 comments on commit 08cabf4

Please sign in to comment.