Let the Hero specify its own sight radius

This commit is contained in:
Eryn Wells 2023-02-15 08:21:49 -08:00
parent 77fc9467bc
commit e6c4717e80
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@ class Hero(Actor):
@property
def sight_radius(self) -> int:
# TODO: Make this configurable
return 8
return 0
def __str__(self) -> str:
assert self.fighter