Added more display options for SAMS

This commit is contained in:
Khopa
2020-10-12 18:12:45 +02:00
parent 974b6590d8
commit 9c58e73b39
2 changed files with 12 additions and 8 deletions

View File

@@ -51,7 +51,9 @@ class DisplayOptions:
control_points = DisplayRule("Control Points", True)
lines = DisplayRule("Lines", True)
events = DisplayRule("Events", True)
sam_ranges = DisplayRule("SAM Ranges", True)
sam_ranges = DisplayRule("Ally SAM Threat Range", False)
enemy_sam_ranges = DisplayRule("Enemy SAM Threat Range", True)
detection_range = DisplayRule("SAM Detection Range", False)
waypoint_info = DisplayRule("Waypoint Information", True)
flight_paths = FlightPathOptions()