Skip to content

Commit 7092a43

Browse files
authored
Merge pull request #2893 from UmedMuzl/Archipelago
2 parents 47eaf40 + 8465ea1 commit 7092a43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ def generate_output(self, output_directory: str):
905905
slam_text = " or ".join(hinted_slams)
906906
text = f"Ladies and Gentlemen! It appears that one fighter has come unequipped to properly handle this reptilian beast. Perhaps they should have looked in {slam_text} for the elusive slam.".upper()
907907
elif self.options.shopkeeper_hints.value and hintedItem in shopkeepers:
908-
text = f"{hintedItem.name} has gone on a space mission to \x07{self.foreignMicroHints[hintedItem][0]}'s\x07 \x0d{self.foreignMicroHints[hintedItem][1]}\x0d.".upper()
908+
text = f"{hintedItem.name} has gone on a space mission to \x07{self.foreignMicroHints[hintedItem][0][0]}'s\x07 \x0d{self.foreignMicroHints[hintedItem][0][1]}\x0d.".upper()
909909

910910
# Only create microhint if we have text to display
911911
if text:

ap_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Holds the version for Archipelago."""
22

3-
version = "1.4.9"
3+
version = "1.4.10"

0 commit comments

Comments
 (0)