Update SuitSensorComponent.cs (#183)

This commit is contained in:
Babaev 2024-07-12 01:23:02 +00:00 committed by GitHub
parent 530450c445
commit 15c9545d31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ public sealed partial class SuitSensorComponent : Component
/// Choose a random sensor mode when item is spawned.
/// </summary>
[DataField("randomMode")]
public bool RandomMode = true;
public bool RandomMode = false; // Sunrise-edit
/// <summary>
/// If true user can't change suit sensor mode
@ -27,7 +27,7 @@ public sealed partial class SuitSensorComponent : Component
/// Current sensor mode. Can be switched by user verbs.
/// </summary>
[DataField("mode")]
public SuitSensorMode Mode = SuitSensorMode.SensorOff;
public SuitSensorMode Mode = SuitSensorMode.SensorCords; // Sunrise-edit
/// <summary>
/// Activate sensor if user wear it in this slot.