More tests and more coverage
This commit is contained in:
@ -2,7 +2,7 @@ from ..interfaces import FightingEntity, Map
|
||||
|
||||
|
||||
class Monster(FightingEntity):
|
||||
def act(self, map: Map) -> None:
|
||||
def act(self, m: Map) -> None:
|
||||
pass
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user