diff --git a/Content.Server/Chemistry/ReagentEffects/ChemCleanBoodstream.cs b/Content.Server/Chemistry/ReagentEffects/ChemCleanBoodstream.cs index a897c58247..80f4480acd 100644 --- a/Content.Server/Chemistry/ReagentEffects/ChemCleanBoodstream.cs +++ b/Content.Server/Chemistry/ReagentEffects/ChemCleanBoodstream.cs @@ -8,7 +8,7 @@ namespace Content.Server.Chemistry.ReactionEffects /// Basically smoke and foam reactions. /// [UsedImplicitly] - public sealed class ChemCleanBoodstream : ReagentEffect + public sealed class ChemCleanBloodstream : ReagentEffect { [DataField("cleanseRate")] public float CleanseRate = 3.0f; diff --git a/Resources/Prototypes/Reagents/chemicals.yml b/Resources/Prototypes/Reagents/chemicals.yml index b72ef7108b..91e91dea29 100644 --- a/Resources/Prototypes/Reagents/chemicals.yml +++ b/Resources/Prototypes/Reagents/chemicals.yml @@ -33,7 +33,7 @@ damage: types: Poison: -1 - - !type:ChemCleanBoodstream + - !type:ChemCleanBloodstream cleanseRate: 3 - type: reagent @@ -41,4 +41,4 @@ name: reagent-name-ash desc: reagent-desc-ash physicalDesc: reagent-physical-desc-powder - color: white \ No newline at end of file + color: white