mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Merge pull request #104 from alwaysintreble/ror2
Risk of rain 2: Revert breaking naming change
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user