First iteration of the drone view, as well as a bunch of other related changes
This commit is contained in:
@@ -31,7 +31,7 @@ class DroneDps(ViewColumn):
|
||||
self.imageId = fittingView.imageList.Add(bitmap)
|
||||
|
||||
def getText(self, stuff):
|
||||
return stuff.item.name
|
||||
return "%.1f" % stuff.dps
|
||||
|
||||
def getImageId(self, mod):
|
||||
return -1
|
||||
|
||||
Reference in New Issue
Block a user