Changed maxRange.py to use new falloff properties

fscking ship scanners...
This commit is contained in:
Corollax
2010-11-04 14:09:32 -05:00
parent 3f161f6c5d
commit dd54f4b21b
2 changed files with 2 additions and 2 deletions

2
eos

Submodule eos updated: 3ebd033bcf...02f52a1ab0

View File

@@ -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: