Allow all 5 and 0 to change skills from affecting skill menu

This commit is contained in:
blitzmann
2015-09-14 20:35:36 -04:00
parent f2b4400834
commit bd53785667
3 changed files with 9 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ class ChangeAffectingSkills(ContextMenu):
self.charID = fit.character.ID
if self.sChar.getCharName(self.charID) in ("All 0", "All 5"):
return False
#if self.sChar.getCharName(self.charID) in ("All 0", "All 5"):
# return False
if srcContext == "fittingShip":
fitID = self.mainFrame.getActiveFit()