Clean up new tactical mode stats stuff

(cherry picked from commit c9bc234)
This commit is contained in:
blitzman
2016-12-09 23:04:51 -08:00
committed by Ebag333
parent 9cfa0748ac
commit 57edc32a4b
4 changed files with 7 additions and 26 deletions

View File

@@ -53,8 +53,3 @@ 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