diff --git a/conf.csv b/conf.csv index 1a4f6df..a86d9b2 100644 --- a/conf.csv +++ b/conf.csv @@ -2,6 +2,6 @@ Name,Category,Cost,Level,Description Basic Enchantment,Enchantment,50,1,Level 1 enchantment cost. Knife,Conjuration,10,1,Knife with D4+1 damage. Gone after 5 round. Flame Thrower,Distruction,10,1,Flame thrower with D8 fire damage. 10ft range 5ft arch. -Stobe,Illusion,5,1,Stobe light with enemy disadvantage withing 20 ft. +Stobe,Illusion,5,1,Stobe light with enemy disadvantage withing 20 ft. 120 ft range. Minor Healing,Restoration,10,1,2 hit points. Silent Step,Alteration,5,1,Quite foot steps. \ No newline at end of file diff --git a/mana.py b/mana.py index 88b1b0f..6c5d3b8 100644 --- a/mana.py +++ b/mana.py @@ -40,7 +40,7 @@ def initUI(self): self.regenTimer = QTimer(self) self.regenTimer.timeout.connect(self.regenMana) - self.regenTimer.setInterval(1000) # Regenerate mana every 1000 milliseconds (1 second) + self.regenTimer.setInterval(100) # Regenerate mana every 1000 milliseconds (1 second) self.setLayout(self.layout)