TUNIC: Add note about plando items to ER hint-creation failure error message (#3825)

* Add note about plando items to entrance rando option description

* Update error text to specifically call out plando items

* Remove option description change
This commit is contained in:
Scipio Wright 2024-08-29 03:42:46 -04:00 committed by GitHub
parent 0f64bd08e1
commit 08dc7e522e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -339,7 +339,8 @@ class TunicWorld(World):
except KeyError:
# logic bug, proceed with warning since it takes a long time to update AP
warning(f"{location.name} is not logically accessible for {self.player_name}. "
"Creating entrance hint Inaccessible. Please report this to the TUNIC rando devs.")
"Creating entrance hint Inaccessible. Please report this to the TUNIC rando devs. "
"If you are using Plando Items (excluding early locations), then this is likely the cause.")
hint_text = "Inaccessible"
else:
while connection != ("Menu", None):