Skip to content

Commit

Permalink
merge 7787888
Browse files Browse the repository at this point in the history
  • Loading branch information
kindasneaki committed Dec 29, 2022
1 parent f0850b5 commit 66ac26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/ror2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def generate_basic(self) -> None:
if not (self.multiworld.enable_lunar[self.player] or pool_option == ItemWeights.option_lunartic):
junk_pool.pop("Lunar Item")
# remove void items from the pool
if not (self.multiworld.enable_dlc[self.player] or pool_option == ItemWeights.option_void):
if not (self.multiworld.dlc_sotv[self.player] or pool_option == ItemWeights.option_void):
junk_pool.pop("Void Item")

# Generate item pool
Expand Down

0 comments on commit 66ac26f

Please sign in to comment.