Small cleanup of log statement
This commit is contained in:
parent
c0c8584f45
commit
cef1ad25cb
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class Engine:
|
|||
else:
|
||||
monster = Monster(monsters.Orc, ai_class=HostileEnemy, position=random_start_position)
|
||||
|
||||
LOG.info('Spawning monster %s', monster)
|
||||
LOG.info('Spawning %s', monster)
|
||||
self.entities.add(monster)
|
||||
|
||||
self.update_field_of_view()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue