Add `startWithDio` to slot_data.
This commit is contained in:
		
							parent
							
								
									df435eb693
								
							
						
					
					
						commit
						abacca34ee
					
				| 
						 | 
					@ -62,7 +62,8 @@ class RiskOfRainWorld(World):
 | 
				
			||||||
            "itemPickupStep": self.world.item_pickup_step[self.player].value,
 | 
					            "itemPickupStep": self.world.item_pickup_step[self.player].value,
 | 
				
			||||||
            "seed": "".join(self.world.slot_seeds[self.player].choice(string.digits) for i in range(16)),
 | 
					            "seed": "".join(self.world.slot_seeds[self.player].choice(string.digits) for i in range(16)),
 | 
				
			||||||
            "totalLocations": self.world.total_locations[self.player].value,
 | 
					            "totalLocations": self.world.total_locations[self.player].value,
 | 
				
			||||||
            "totalRevivals": self.world.total_revivals[self.player].value
 | 
					            "totalRevivals": self.world.total_revivals[self.player].value,
 | 
				
			||||||
 | 
					            "startWithDio": self.world.start_with_revive[self.player].value
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def create_item(self, name: str) -> Item:
 | 
					    def create_item(self, name: str) -> Item:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue