Remove a newline
This commit is contained in:
parent
a4adbcca85
commit
99ca090448
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ class Hero(Actor):
|
||||||
def __str__(self) -> str:
|
def __str__(self) -> str:
|
||||||
return f'{self.symbol}[{self.position}][{self.fighter.hit_points}/{self.fighter.maximum_hit_points}]'
|
return f'{self.symbol}[{self.position}][{self.fighter.hit_points}/{self.fighter.maximum_hit_points}]'
|
||||||
|
|
||||||
|
|
||||||
class Monster(Actor):
|
class Monster(Actor):
|
||||||
'''An instance of a Species'''
|
'''An instance of a Species'''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue