Clean up new tactical mode stats stuff

This commit is contained in:
blitzman
2016-12-10 02:04:51 -05:00
parent eba98fec33
commit c9bc2341d1
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