|
@@ -677,7 +677,7 @@ class PanelUnits(wx.Panel):
|
|
|
self.statGrid.SetCellValue(row=9, col=0, s=str(baseDmg))
|
|
self.statGrid.SetCellValue(row=9, col=0, s=str(baseDmg))
|
|
|
currentAtk = int(self.statGrid.GetCellValue(row=1, col=1))
|
|
currentAtk = int(self.statGrid.GetCellValue(row=1, col=1))
|
|
|
currentCrr = \
|
|
currentCrr = \
|
|
|
- int(self.statGrid.GetCellValue(row=4, col=0).replace("%", ""))
|
|
|
|
|
|
|
+ int(self.statGrid.GetCellValue(row=4, col=1).replace("%", ""))
|
|
|
currentCrd = \
|
|
currentCrd = \
|
|
|
int(self.statGrid.GetCellValue(row=5, col=1).replace("%", ""))
|
|
int(self.statGrid.GetCellValue(row=5, col=1).replace("%", ""))
|
|
|
if (currentCrr > 100):
|
|
if (currentCrr > 100):
|