battleman.py: Wrong function name. Should really test this stuff better.
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user