battleman.py: removed spurious fixme comment

This commit is contained in:
Anna Rose 2012-03-25 14:16:37 -04:00
parent f5d16bfbaa
commit 029907edf2

View File

@ -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']: