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:
parent
0f64bd08e1
commit
08dc7e522e
|
@ -339,7 +339,8 @@ class TunicWorld(World):
|
||||||
except KeyError:
|
except KeyError:
|
||||||
# logic bug, proceed with warning since it takes a long time to update AP
|
# 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}. "
|
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"
|
hint_text = "Inaccessible"
|
||||||
else:
|
else:
|
||||||
while connection != ("Menu", None):
|
while connection != ("Menu", None):
|
||||||
|
|
Loading…
Reference in New Issue