mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Consolidate capture radius
This commit is contained in:
parent
234dc52c7e
commit
e8929467e0
@ -360,7 +360,7 @@ class ParkingType:
|
||||
class ControlPoint(MissionTarget, SidcDescribable, ABC):
|
||||
# Not sure what distance DCS uses, but assuming it's about 2NM since that's roughly
|
||||
# the distance of the circle on the map.
|
||||
CAPTURE_DISTANCE = nautical_miles(2)
|
||||
CAPTURE_DISTANCE = meters(TRIGGER_RADIUS_CAPTURE)
|
||||
|
||||
# TODO: Only airbases have IDs.
|
||||
# TODO: cptype is obsolete.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user