Merge pull request #104 from alwaysintreble/ror2
Risk of rain 2: Revert breaking naming change
This commit is contained in:
		
						commit
						8ccdb56bf1
					
				| 
						 | 
				
			
			@ -64,6 +64,7 @@ class RiskOfRainWorld(World):
 | 
			
		|||
                "Equipment": self.world.equipment[self.player].value
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
        # remove lunar items from the pool if they're disabled in the yaml unless lunartic is rolled
 | 
			
		||||
        if not self.world.enable_lunar[self.player]:
 | 
			
		||||
            if not pool_option == 4:
 | 
			
		||||
                junk_pool.pop("Lunar Item")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue