Changed radio jammer wattage from 6 -> 2 (#25432)
Changed wattage from 6 -> 2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user