Apply scrams in DPS graph when projected mods is enabled

This commit is contained in:
DarkPhoenix
2019-08-23 13:19:17 +03:00
parent f4a635eb43
commit eebd59413b
4 changed files with 73 additions and 43 deletions

View File

@@ -17,7 +17,7 @@ class GraphDmgApplyProjectedMenu(ContextMenuUnconditional):
return srcContext == 'dmgStatsGraph'
def getText(self, callingWindow, itmContext):
return 'Apply Attacker Webs and TPs'
return 'Apply Projected Items'
def activate(self, callingWindow, fullContext, i):
self.settings.set('applyProjected', not self.settings.get('applyProjected'))