Add ability to look at tactical mode item info.
(cherry picked from commit f5776a0)
This commit is contained in:
@@ -53,3 +53,8 @@ class Mode(ItemAttrShortcut, HandledItem):
|
||||
for effect in self.item.effects.itervalues():
|
||||
if effect.runTime == runTime and effect.activeByDefault:
|
||||
effect.handler(fit, self, context=("module",))
|
||||
|
||||
def getValidCharges(self):
|
||||
# Modes don't have charges, but it is queried for so return nothing.
|
||||
validCharges = set()
|
||||
return validCharges
|
||||
|
||||
Reference in New Issue
Block a user