summary refs log tree commit diff stats
path: root/datatypes.py
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-05-22 20:09:52 -0400
committerGitHub <noreply@github.com>2024-05-23 02:09:52 +0200
commite41bdceb052334f2c86a78ba41411a9c85df7cc5 (patch)
tree617719d43319e041236d17b740924fa0ce9a1242 /datatypes.py
parent808daa5b230aa0912671b263edc6de2c71b73a6a (diff)
downloadlingo-apworld-e41bdceb052334f2c86a78ba41411a9c85df7cc5.tar.gz
lingo-apworld-e41bdceb052334f2c86a78ba41411a9c85df7cc5.tar.bz2
lingo-apworld-e41bdceb052334f2c86a78ba41411a9c85df7cc5.zip
Lingo: Minor logic fixes (part 2) (#3250)
* Lingo: Minor logic fixes (part 2)

* Update the datafile

* Renamed Fearless Mastery

* Move Rhyme Room LEAP into upper room

* Rename Artistic achievement location

* Fix broken wondrous painting

* Added a test for the Wondrous painting thing
Diffstat (limited to 'datatypes.py')
-rw-r--r--datatypes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/datatypes.py b/datatypes.py index e466558..36141da 100644 --- a/datatypes.py +++ b/datatypes.py
@@ -63,6 +63,7 @@ class Panel(NamedTuple):
63 exclude_reduce: bool 63 exclude_reduce: bool
64 achievement: bool 64 achievement: bool
65 non_counting: bool 65 non_counting: bool
66 location_name: Optional[str]
66 67
67 68
68class Painting(NamedTuple): 69class Painting(NamedTuple):