diff --git a/battleman.py b/battleman.py index e44663b..858cabc 100755 --- a/battleman.py +++ b/battleman.py @@ -203,7 +203,6 @@ class Combatant(): else: print('{} is still affected by {} ({} round{} left).'.format(self, c['name'], c['duration'], 's'[c['duration']==1:])) - # fixme - this rolls on the same turn the power is used. Need a way to avoid that. for r in self.recharges.values(): if r['used']: if r['just_used']: