Фиксы светошумовых гранат (#470)

* add full headset to security lockers and vendors

* wd

* fix range

* - fix: Night vision.

* - fix: Fixes.

---------

Co-authored-by: Aviu00 <aviu00@protonmail.com>
This commit is contained in:
ThereDrD0
2024-07-20 18:28:44 +03:00
committed by GitHub
parent d556318b61
commit 89d1c95cbf
17 changed files with 60 additions and 37 deletions

View File

@@ -12,7 +12,7 @@ public sealed partial class NightVisionComponent : BaseNvOverlayComponent
public override Color Color { get; set; } = Color.FromHex("#98FB98");
[DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField]
public bool IsActive;
public bool IsActive = true;
[DataField]
public SoundSpecifier? ActivateSound = new SoundPathSpecifier("/Audio/White/Items/Goggles/activate.ogg");