diff --git a/app.py b/app.py index d8c38fb..2f383bc 100644 --- a/app.py +++ b/app.py @@ -25,7 +25,7 @@ class Run: self.outside_power = moon.outside_max_power -def find_spawnlist(remaining_power: int, creatures: list[Creature]) -> list[str]: +def find_spawnlist(remaining_power: int, creatures: list[Creature]) -> list[str] | None: """ Given a run, return all possible spwns for location.