[PKMN RB] Adds slot data that tells the tracker V5 logic should be considered (#3995)
* Adds v5_update-info to slot data * Adds a comma Co-authored-by: Scipio Wright <scipiowright@gmail.com> --------- Co-authored-by: Scipio Wright <scipiowright@gmail.com>
This commit is contained in:
		
							parent
							
								
									f3413e9cef
								
							
						
					
					
						commit
						432d8fa1c2
					
				| 
						 | 
					@ -712,6 +712,7 @@ class PokemonRedBlueWorld(World):
 | 
				
			||||||
            "require_pokedex": self.options.require_pokedex.value,
 | 
					            "require_pokedex": self.options.require_pokedex.value,
 | 
				
			||||||
            "area_1_to_1_mapping": self.options.area_1_to_1_mapping.value,
 | 
					            "area_1_to_1_mapping": self.options.area_1_to_1_mapping.value,
 | 
				
			||||||
            "blind_trainers": self.options.blind_trainers.value,
 | 
					            "blind_trainers": self.options.blind_trainers.value,
 | 
				
			||||||
 | 
					            "v5_update": True,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        if self.options.type_chart_seed == "random" or self.options.type_chart_seed.value.isdigit():
 | 
					        if self.options.type_chart_seed == "random" or self.options.type_chart_seed.value.isdigit():
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue