Fix T-ray scanner PVS issues (#6554)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -22,7 +22,7 @@ public class TrayScannerComponent : Component
|
||||
|
||||
// range of the scanner itself
|
||||
[DataField("range")]
|
||||
public float Range { get; set; } = 0.5f;
|
||||
public float Range { get; set; } = 2f;
|
||||
|
||||
// exclude entities that are not the set
|
||||
// of entities in range & entities already revealed
|
||||
|
||||
Reference in New Issue
Block a user