From 35b4952156a806f900c3771e8216fc6bb83bf520 Mon Sep 17 00:00:00 2001 From: Rinary Date: Wed, 16 Oct 2024 16:41:12 +0300 Subject: [PATCH] fix --- Content.Shared/Chemistry/Components/HyposprayComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Chemistry/Components/HyposprayComponent.cs b/Content.Shared/Chemistry/Components/HyposprayComponent.cs index 128add43e73..b7abe479443 100644 --- a/Content.Shared/Chemistry/Components/HyposprayComponent.cs +++ b/Content.Shared/Chemistry/Components/HyposprayComponent.cs @@ -42,6 +42,6 @@ public sealed partial class HyposprayComponent : Component /// Whether the hypospray uses a needle (i.e. medipens) /// or sci fi bullshit that sprays into the bloodstream directly (i.e. hypos) /// - [DataField("pierceArmor")] + [DataField] public bool PierceArmor = false; }