Show shield HP/EHP based on HP selection in main panel

This commit is contained in:
DarkPhoenix
2019-08-16 09:31:02 +03:00
parent 477c43884a
commit c142a011a0
5 changed files with 46 additions and 13 deletions

View File

@@ -130,6 +130,7 @@ class GraphCacheCleanupReason(IntEnum):
inputChanged = autoId()
optionChanged = autoId()
resistModeChanged = autoId()
hpEffectivityChanged = autoId()
@unique