Drone Tweaks (#7024)

This commit is contained in:
Rane
2022-03-13 05:53:01 -04:00
committed by GitHub
parent e3ead6a3ba
commit ec1160c01d
8 changed files with 64 additions and 6 deletions

View File

@@ -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;
}
}