 5ca1ababfd
			
		
	
	5ca1ababfd
	
	
	
		
			
			"Added a bunch of tests to make sure I don't break anything during refactoring Huge cleanup in the Regions file, extract methods, remove code duplicate, fix typos, fix variable naming conventions, etc. Small cleanup in other places, minor stuff just what was needed for Regions"
		
			
				
	
	
		
			6 lines
		
	
	
		
			310 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			310 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from .. import DLCqworld
 | |
| 
 | |
| options_to_exclude = ["progression_balancing", "accessibility", "start_inventory", "start_hints", "death_link"]
 | |
| options_to_include = [option for option_name, option in DLCqworld.options_dataclass.type_hints.items()
 | |
|                       if option_name not in options_to_exclude]
 |