Shivers: Stop using get_all_state cache to fix timing issue #4522
Co-authored-by: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									cc770418f2
								
							
						
					
					
						commit
						86641223c1
					
				| 
						 | 
				
			
			@ -245,7 +245,7 @@ class ShiversWorld(World):
 | 
			
		|||
 | 
			
		||||
        storage_items += [self.create_item("Empty") for _ in range(3)]
 | 
			
		||||
 | 
			
		||||
        state = self.multiworld.get_all_state(True)
 | 
			
		||||
        state = self.multiworld.get_all_state(False)
 | 
			
		||||
 | 
			
		||||
        self.random.shuffle(storage_locs)
 | 
			
		||||
        self.random.shuffle(storage_items)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue