Fix do_data_input_int
This commit is contained in:
parent
52fde623ef
commit
79a7d0e311
2 changed files with 2 additions and 4 deletions
|
@ -577,9 +577,7 @@ class Combatant():
|
|||
print "{} doesn't have a second wind.".format(self)
|
||||
return
|
||||
|
||||
self.surges -= 1
|
||||
self.sw -= 1
|
||||
|
||||
print '{} got their second wind!'.format(self)
|
||||
|
||||
# Now the actual effects of the SW
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue