Flashbang tweaks. (#478)

* - tweak: Flashbang tweaks.

* - add: More flashbang stuff.
This commit is contained in:
Aviu00
2024-07-22 17:06:02 +00:00
committed by GitHub
parent 96c7a3c4c3
commit f65c2e5c84
7 changed files with 47 additions and 16 deletions

View File

@@ -5,5 +5,6 @@ namespace Content.Shared._White.BuffedFlashGrenade;
[RegisterComponent, NetworkedComponent]
public sealed partial class FlashSoundSuppressionComponent : Component
{
[DataField, ViewVariables(VVAccess.ReadWrite)]
public float MaxRange = 3f;
}