From 029907edf28cab6aa8063eeef9a674a343867035 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Sun, 25 Mar 2012 14:16:37 -0400 Subject: [PATCH] battleman.py: removed spurious fixme comment --- battleman.py | 1 - 1 file changed, 1 deletion(-) 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']: