Drone Tweaks (#7024)
This commit is contained in:
@@ -8,6 +8,14 @@ namespace Content.Server.Drone.Components
|
||||
[DataField("tools")] public List<EntitySpawnEntry> Tools = new();
|
||||
public List<EntityUid> ToolUids = new();
|
||||
public bool AlreadyAwoken = false;
|
||||
public float InteractionBlockRange = 2.5f;
|
||||
public float InteractionBlockRange = 2.15f;
|
||||
|
||||
/// <summary>
|
||||
/// If you are using drone component for
|
||||
/// something that shouldn't have restrictions set this to
|
||||
/// false.
|
||||
/// </summary>
|
||||
[DataField("applyLaws")]
|
||||
public bool ApplyLaws = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user