From dd54f4b21b98e71166537236cd58e12651ccd69b Mon Sep 17 00:00:00 2001 From: Corollax Date: Thu, 4 Nov 2010 14:09:32 -0500 Subject: [PATCH] Changed maxRange.py to use new falloff properties fscking ship scanners... --- eos | 2 +- gui/builtinViewColumns/maxRange.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eos b/eos index 3ebd033bc..02f52a1ab 160000 --- a/eos +++ b/eos @@ -1 +1 @@ -Subproject commit 3ebd033bcff728ad5c9abfbbcc73451d7176be44 +Subproject commit 02f52a1ab0cfb34ee1f751bce51ea93330c744ee diff --git a/gui/builtinViewColumns/maxRange.py b/gui/builtinViewColumns/maxRange.py index 3cf60803d..ca08f45b8 100644 --- a/gui/builtinViewColumns/maxRange.py +++ b/gui/builtinViewColumns/maxRange.py @@ -55,7 +55,7 @@ class MaxRange(ViewColumn): def getText(self, stuff): maxRange = stuff.maxRange if hasattr(stuff, "maxRange") else stuff.getModifiedItemAttr("maxRange") - falloff = stuff.getModifiedItemAttr("falloff") + falloff = stuff.falloff if falloff: falloff = "+%sm" % formatAmount(falloff, 3, 0, 3) else: