Core: add visibility attribute to Option (#3125)
This commit is contained in:
		| @@ -2,7 +2,7 @@ import typing | ||||
|  | ||||
| from BaseClasses import MultiWorld | ||||
| from Options import Choice, Range, Option, Toggle, DefaultOnToggle, DeathLink, StartInventoryPool, PlandoBosses,\ | ||||
|     FreeText | ||||
|     FreeText, Removed | ||||
|  | ||||
|  | ||||
| class GlitchesRequired(Choice): | ||||
| @@ -795,4 +795,9 @@ alttp_options: typing.Dict[str, type(Option)] = { | ||||
|     "music": Music, | ||||
|     "reduceflashing": ReduceFlashing, | ||||
|     "triforcehud": TriforceHud, | ||||
|  | ||||
|     # removed: | ||||
|     "goals": Removed, | ||||
|     "smallkey_shuffle": Removed, | ||||
|     "bigkey_shuffle": Removed, | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Fabian Dill
					Fabian Dill