Merge pull request #104 from alwaysintreble/ror2

Risk of rain 2: Revert breaking naming change
This commit is contained in:
Hussein Farran
2021-10-14 13:25:34 -04:00
committed by GitHub
3 changed files with 9 additions and 8 deletions

View File

@@ -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")