From 3b064ff717501ba8b7d9744c58cc87e5d922d745 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Fri, 23 Mar 2012 17:13:34 -0400 Subject: [PATCH] battleman.py: Wrong function name. Should really test this stuff better. --- battleman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)