Make Health Analyzer scan range nullable and adjust admin PDA (#36347)
* Modify .cs and admin pda * enhance comment
This commit is contained in:
@@ -39,10 +39,10 @@ public sealed partial class HealthAnalyzerComponent : Component
|
||||
public EntityUid? ScannedEntity;
|
||||
|
||||
/// <summary>
|
||||
/// The maximum range in tiles at which the analyzer can receive continuous updates
|
||||
/// The maximum range in tiles at which the analyzer can receive continuous updates, a value of null will be infinite range
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public float MaxScanRange = 2.5f;
|
||||
public float? MaxScanRange = 2.5f;
|
||||
|
||||
/// <summary>
|
||||
/// Sound played on scanning begin
|
||||
|
||||
Reference in New Issue
Block a user