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