Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinary1 committed Oct 16, 2024
1 parent 45d19e8 commit 35b4952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Chemistry/Components/HyposprayComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
/// </summary>
[DataField("pierceArmor")]
[DataField]
public bool PierceArmor = false;
}

0 comments on commit 35b4952

Please sign in to comment.