From 815caa2296971300dcfbdc325d9a9e072067a7c1 Mon Sep 17 00:00:00 2001 From: Vordenburg <114301317+Vordenburg@users.noreply.github.com> Date: Mon, 19 Dec 2022 22:56:10 -0500 Subject: [PATCH] Fix Bloodstream typo. (#12923) --- .../Chemistry/ReagentEffects/ChemCleanBoodstream.cs | 2 +- Resources/Prototypes/Reagents/chemicals.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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