More dynamic melee sounds (#8207)

This commit is contained in:
metalgearsloth
2022-05-17 13:49:07 +10:00
committed by GitHub
parent 825d7c4230
commit 8589f52bd5
23 changed files with 215 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ namespace Content.Server.Weapon.Melee.Components
{
[ViewVariables(VVAccess.ReadWrite)]
[DataField("hitSound")]
public SoundSpecifier HitSound { get; set; } = new SoundCollectionSpecifier("GenericHit");
public SoundSpecifier? HitSound;
[ViewVariables(VVAccess.ReadWrite)]
[DataField("missSound")]