diff --git a/battleman.py b/battleman.py index 8b8e4e7..5821c8e 100755 --- a/battleman.py +++ b/battleman.py @@ -228,7 +228,7 @@ class Combatant(): print '{} got their second wind!'.format(self) # Now the actual effects of the SW - self.do_surge() + self.use_surge() self.add_condition('Second Wind (+2 all def)', 't', 1)