battleman.py: Wrong function name. Should really test this stuff better.

This commit is contained in:
Anna Rose 2012-03-23 17:13:34 -04:00
parent 8437071d3c
commit 3b064ff717

View File

@ -228,7 +228,7 @@ class Combatant():
print '{} got their second wind!'.format(self) print '{} got their second wind!'.format(self)
# Now the actual effects of the SW # Now the actual effects of the SW
self.do_surge() self.use_surge()
self.add_condition('Second Wind (+2 all def)', 't', 1) self.add_condition('Second Wind (+2 all def)', 't', 1)