Revert Item Pickup to ItemPickup because it broke stuff

This commit is contained in:
alwaysintreble 2021-10-09 22:11:05 -05:00
parent d3780cd9d5
commit d8de84e417
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")