mirror of
https://github.com/ethanrusz/scouter.git
synced 2024-11-21 10:57:45 -05:00
Update app.py
This commit is contained in:
parent
8c992591a8
commit
11b003bca4
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -25,7 +25,7 @@ class Run:
|
||||||
self.outside_power = moon.outside_max_power
|
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.
|
Given a run, return all possible spwns for location.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue