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:
		| @@ -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): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Scipio Wright
					Scipio Wright