Skip to content

Commit

Permalink
Update Content.Server/_White/Headcrab/HeadcrabComponent.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Spatison <[email protected]>
  • Loading branch information
PuroSlavKing and Spatison authored Dec 26, 2024
1 parent 92ea589 commit eb7063e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Server/_White/Headcrab/HeadcrabComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public sealed partial class HeadcrabComponent : Component
[DataField]
public float DamageFrequency = 5;

[ViewVariables(VVAccess.ReadWrite), DataField("jumpSound")]
public SoundSpecifier? HeadcrabJumpSound = new SoundPathSpecifier("/Audio/_White/Misc/Headcrab/headcrab_jump.ogg");
[DataField]
public SoundSpecifier? JumpSound = new SoundPathSpecifier("/Audio/_White/Misc/Headcrab/headcrab_jump.ogg");

}

0 comments on commit eb7063e

Please sign in to comment.