Add carrier to lock time presets

With potential scanres of 5, titan pilots need this :)
This commit is contained in:
DarkPhoenix
2012-03-13 18:31:01 +04:00
parent 72f5e5c3a1
commit 3fefac0c1b

View File

@@ -111,7 +111,8 @@ class TargetingMiscViewFull(StatsView):
counter = 0
RADII = [("Pod",25), ("Interceptor",33), ("Frigate",38),
("Destroyer", 83), ("Cruiser", 130),
("Battlecruiser", 265), ("Battleship",420)]
("Battlecruiser", 265), ("Battleship",420),
("Carrier", 3000)]
for labelName, value, prec, lowest, highest, unit in stats:
label = getattr(self, labelName)