From 3fefac0c1b4e57fc5b0f14bed67ae55bad99f6b2 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 13 Mar 2012 18:31:01 +0400 Subject: [PATCH] Add carrier to lock time presets With potential scanres of 5, titan pilots need this :) --- gui/builtinStatsViews/targetingMiscViewFull.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/builtinStatsViews/targetingMiscViewFull.py b/gui/builtinStatsViews/targetingMiscViewFull.py index 04108102a..8f2731574 100644 --- a/gui/builtinStatsViews/targetingMiscViewFull.py +++ b/gui/builtinStatsViews/targetingMiscViewFull.py @@ -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)