mirror of
https://github.com/ethanrusz/scouter.git
synced 2024-11-23 20:27:45 -05:00
Correct typo in app.py
This commit is contained in:
parent
11b003bca4
commit
2ec2ec8d3a
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -27,7 +27,7 @@ class Run:
|
||||||
|
|
||||||
def find_spawnlist(remaining_power: int, creatures: list[Creature]) -> list[str] | None:
|
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 spawns for location.
|
||||||
|
|
||||||
:param remaining_power: The remaining power in the current location.
|
:param remaining_power: The remaining power in the current location.
|
||||||
:return: A list of all creatures that may still spawn.
|
:return: A list of all creatures that may still spawn.
|
||||||
|
|
Loading…
Reference in a new issue