Changed radio jammer wattage from 6 -> 2 (#25432)

Changed wattage from 6 -> 2
This commit is contained in:
beck-thompson
2024-02-21 23:32:43 -08:00
committed by GitHub
parent 7734b09e45
commit 48213ebb65

View File

@@ -16,5 +16,5 @@ public sealed partial class RadioJammerComponent : Component
/// Power usage per second when enabled
/// </summary>
[DataField("wattage"), ViewVariables(VVAccess.ReadWrite)]
public float Wattage = 6f;
public float Wattage = 2f;
}